faeea96d26
Due this patch there are some issue with logging:
1: No Tacker logs generating on gate.
2: No logs in journalctl
3: unable to set log location with config file.
So here reverting this patch.
Closes-Bug: #1782718
This reverts commit 7f60e64bd3
.
Change-Id: I8dd56d049459037a0f5ea5fd11aaa4449fc55f0f
13 lines
275 B
Desktop File
13 lines
275 B
Desktop File
[Unit]
|
|
Description = OpenStack tacker service
|
|
|
|
[Service]
|
|
ExecReload = /bin/kill -HUP $MAINPID
|
|
TimeoutStopSec = 300
|
|
KillMode = process
|
|
WorkingDirectory = /tmp
|
|
ExecStart=/usr/local/bin/tacker-server --config-file /etc/tacker/tacker.conf
|
|
|
|
[Install]
|
|
WantedBy = multi-user.target
|