# systemd service for XO-Server. [Unit] Description= XO Server After=network-online.target [Service] 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] WantedBy=multi-user.target