1
0
James Ketrenos 32ba1c03b1 Updated install instructions as deployed on azurite
Signed-off-by: James Ketrenos <james_git@ketrenos.com>
2022-03-14 11:23:20 -07:00

20 lines
405 B
Desktop File
Executable File

[Unit]
Description=Peddlers of Ketran REST API
Requires=
After=networking.service
[Service]
User=jketreno
ExecStart=/usr/bin/npm start
WorkingDirectory=/home/jketreno/public_html/peddlers-of-ketran/server
Restart=always
# Restart service after 10 seconds if node service crashes
RestartSec=10
StandardOutput=syslog
StandardError=syslog
SyslogIdentifier=ketr-ketran
[Install]
WantedBy=multi-user.target