up
This commit is contained in:
parent
9b6d36e3d1
commit
663ecbd61d
1 changed files with 7 additions and 4 deletions
11
README.md
11
README.md
|
@ -203,11 +203,14 @@ sudo adduser ruscone
|
|||
Description=Ruscomap Service
|
||||
After=network.target
|
||||
|
||||
[Service]
|
||||
User=ruscone
|
||||
WorkingDirectory=/var/www/html/leaflet/ruscomap/
|
||||
ExecStart=/usr/bin/node /var/www/html/leaflet/ruscomap/server/index.js
|
||||
[Unit]
|
||||
Description=Ruscomap Service
|
||||
After=network.target
|
||||
|
||||
[Service]
|
||||
User=
|
||||
WorkingDirectory=/var/www/html/leaflet/ruscomap/server
|
||||
ExecStart=/bin/bash -c "node index.js"
|
||||
Restart=always
|
||||
RestartSec=5
|
||||
|
||||
|
|
Loading…
Reference in a new issue