tacker/etc/systemd/system/tacker-conductor.service
Li Jiale 136a001ad2 tacker conductor service doesn't start after manual installation
The installation instructions for tacker conductor are not
included in the installation manual.

Close-Bug: #1777566
Change-Id: I47b2f76fe7df9b4de229d3bdc95700ad9dc1f99a
2018-06-19 13:50:36 +08:00

13 lines
288 B
Desktop File

[Unit]
Description = OpenStack tacker conductor service
[Service]
ExecReload = /bin/kill -HUP $MAINPID
TimeoutStopSec = 300
KillMode = process
WorkingDirectory = /tmp
ExecStart=/usr/local/bin/tacker-conductor --config-file /etc/tacker/tacker.conf
[Install]
WantedBy = multi-user.target