--- misc/xoa-installer/xo-server.service 2018/01/06 20:00:53 3225 +++ misc/xoa-installer/xo-server.service 2018/04/11 12:44:28 3226 @@ -3,7 +3,10 @@ Description= XO Server After=network-online.target [Service] -ExecStart=/root/xo-server/bin/xo-server +Environment=NODE_ENV=production +Environment=XOA_PLAN=4 +WorkingDirectory=/root/xen-orchestra/packages/xo-server +ExecStart=/usr/local/bin/yarn start Restart=always SyslogIdentifier=xo-server [Install]