Files
xen-orchestra/xo-server.service
2014-08-14 16:26:56 +02:00

14 lines
218 B
Desktop File

# systemd service for XO-Server.
[Unit]
Description= XO Server
After=network-online.target
[Service]
ExecStart=/usr/local/bin/xo-server
Restart=always
SyslogIdentifier=xo-server
[Install]
WantedBy=multi-user.target