17 lines
308 B
Desktop File
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
|