16 lines
329 B
Desktop File
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
|