Files
deighton-ar/server/deighton-ar.service
2018-03-15 18:09:06 -07:00

16 lines
329 B
Desktop File

[Unit]
Description=Deighton AR Service
After=rabbitmq-server.service mongod.service redis-server.service
[Service]
Type=simple
User=ubuntu
Group=ubuntu
WorkingDirectory=/home/ubuntu/deighton-ar/server
Environment='NODE_ENV=production'
ExecStart=/usr/bin/node src/server.js
Restart=on-abort
[Install]
WantedBy=multi-user.target