Initial commit - express server, where citysys-terminal app is uploaded

This commit is contained in:
rasta5man 2024-04-15 19:46:51 +02:00
commit c4065c3f9c
9 changed files with 1623 additions and 0 deletions

13
express.service Normal file
View file

@ -0,0 +1,13 @@
[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