xen-orchestra/packages/xo-server/xo-server.service
2018-02-01 14:17:39 +01:00

15 lines
246 B
Desktop File

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