9d3ca49387
Signed-off-by: Dean Troyer <dtroyer@gmail.com>
16 lines
309 B
Desktop File
16 lines
309 B
Desktop File
[Unit]
|
|
Description=Openstack Magnum Conductor Service
|
|
After=syslog.target network.target qpidd.service mysqld.service tgtd.service
|
|
|
|
[Service]
|
|
Type=simple
|
|
User=magnum
|
|
ExecStart=/usr/bin/magnum-conductor
|
|
PrivateTmp=true
|
|
NotifyAccess=all
|
|
KillMode=process
|
|
Restart=on-failure
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|