15 lines
273 B
Desktop File
15 lines
273 B
Desktop File
[Unit]
|
|
Description=OpenStack Cyborg API Server
|
|
After=syslog.target network.target
|
|
|
|
[Service]
|
|
Type=notify
|
|
NotifyAccess=all
|
|
TimeoutStartSec=0
|
|
Restart=always
|
|
User=cyborg
|
|
ExecStart=/usr/bin/cyborg-api --config-file=/etc/cyborg/cyborg.conf
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|