Initial commit - express server, where citysys-terminal app is uploaded
This commit is contained in:
commit
c4065c3f9c
9 changed files with 1623 additions and 0 deletions
13
express.service
Normal file
13
express.service
Normal 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
|
||||
Loading…
Add table
Add a link
Reference in a new issue