citysys-terminal-server/express.service

13 lines
266 B
Desktop File

[Unit]
Description=ExpressJS Server Launcher
After=network.target
[Service]
Type=simple
Restart=always
RestartSec=1
ExecStart=/root/.nvm/versions/node/v12.18.2/bin/node /root/terminal/index.js
WorkingDirectory = /root/terminal
[Install]
WantedBy=multi-user.target