[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 dist/server.js Restart=on-abort [Install] WantedBy=multi-user.target