/[projects]/misc/xoa-installer/xo-server.service
ViewVC logotype

Contents of /misc/xoa-installer/xo-server.service

Parent Directory Parent Directory | Revision Log Revision Log


Revision 3226 - (show annotations) (download)
Wed Apr 11 12:44:28 2018 UTC (6 years, 1 month ago) by torben
File size: 327 byte(s)
update to latest xo structure
1 # systemd service for XO-Server.
2 [Unit]
3 Description= XO Server
4 After=network-online.target
5 [Service]
6 Environment=NODE_ENV=production
7 Environment=XOA_PLAN=4
8 WorkingDirectory=/root/xen-orchestra/packages/xo-server
9 ExecStart=/usr/local/bin/yarn start
10 Restart=always
11 SyslogIdentifier=xo-server
12 [Install]
13 WantedBy=multi-user.target

  ViewVC Help
Powered by ViewVC 1.1.20