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