1
0
James Ketrenos 4d4918bea7 Moved around install/ to match target etc/ install locations
Signed-off-by: James Ketrenos <james_git@ketrenos.com>
2022-03-14 11:08:45 -07:00

19 lines
382 B
Desktop File
Executable File

[Unit]
Description=Peddlers of Ketran REST API
Requires=
After=networking.service
[Service]
ExecStart=/usr/bin/npm run backend
WorkingDirectory=${BASEPATH}/peddlers-of-ketran
Restart=always
# Restart service after 10 seconds if node service crashes
RestartSec=10
StandardOutput=syslog
StandardError=syslog
SyslogIdentifier=peddlers-of-ketran
[Install]
WantedBy=multi-user.target