Add cryptalk.service

Unit file for the Claytonia server.
This commit is contained in:
Clarth 2024-02-01 19:06:53 -05:00
parent 6b6a25f28a
commit d3c07e19b8
1 changed files with 17 additions and 0 deletions

17
cryptalk.service Normal file
View File

@ -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