parent
6b6a25f28a
commit
d3c07e19b8
|
@ -0,0 +1,17 @@
|
||||||
|
[Unit]
|
||||||
|
Description=Cryptalk Node.js App
|
||||||
|
Documentation=https://github.com/Hexagon/cryptalk
|
||||||
|
After=network.target
|
||||||
|
|
||||||
|
[Service]
|
||||||
|
ExecStart=/usr/bin/npm run start
|
||||||
|
WorkingDirectory=/home/cryptochat/cryptalk
|
||||||
|
Restart=always
|
||||||
|
RestartSec=10
|
||||||
|
Environment=NODE_ENV=production
|
||||||
|
Environment=PATH=/usr/bin
|
||||||
|
User=cryptochat
|
||||||
|
Group=cryptochat
|
||||||
|
|
||||||
|
[Install]
|
||||||
|
WantedBy=multi-user.target
|
Loading…
Reference in New Issue