system/systemd/xen-orchestra.service
Georg b3cac70a7f Initial Systemd Service Run: 2/3
Signed-off-by: Georg <georg@lysergic.dev>
2021-07-21 12:47:30 +02:00

17 lines
308 B
Desktop File

[Unit]
Description=Xen-Orchestra
After=redis@xen-orchestra.service
Wants=network.target redis@xen-orchestra.service
[Service]
User=xo
Group=xo
ENVIRONMENT=NODE_ENV=PRODUCTION
ExecStart=/opt/xen-orchestra/start.sh
Restart=always
RestartSec=15
SyslogIdentifier=orchestra
[Install]
WantedBy=multi-user.target