summaryrefslogtreecommitdiffstats
path: root/systemd/xen-orchestra.service
blob: 766eae146759a898a5ff80c22ef9c705b8363566 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
[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