Skip to content

Commit be6dccf

Browse files
committed
add service
1 parent 1d090fa commit be6dccf

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

dev1_chipfc_com.service

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
[Unit]
2+
Description=NodeJS Server
3+
After=syslog.target
4+
After=network.target
5+
#After=mysqld.service
6+
7+
[Service]
8+
Type=simple
9+
User=root
10+
ExecStart=/usr/bin/node /var/www/vhosts/chipfc.com/dev1.chipfc.com/mediasoup-rooms-demo/src/app.js
11+
Restart=always
12+
13+
[Install]
14+
WantedBy=multi-user.target

0 commit comments

Comments
 (0)