136a001ad2
The installation instructions for tacker conductor are not included in the installation manual. Close-Bug: #1777566 Change-Id: I47b2f76fe7df9b4de229d3bdc95700ad9dc1f99a
13 lines
288 B
Desktop File
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
|