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
|
Description=Ruscomap Service
|
||||||
After=network.target
|
After=network.target
|
||||||
|
|
||||||
[Service]
|
[Unit]
|
||||||
User=ruscone
|
Description=Ruscomap Service
|
||||||
WorkingDirectory=/var/www/html/leaflet/ruscomap/
|
After=network.target
|
||||||
ExecStart=/usr/bin/node /var/www/html/leaflet/ruscomap/server/index.js
|
|
||||||
|
|
||||||
|
[Service]
|
||||||
|
User=
|
||||||
|
WorkingDirectory=/var/www/html/leaflet/ruscomap/server
|
||||||
|
ExecStart=/bin/bash -c "node index.js"
|
||||||
Restart=always
|
Restart=always
|
||||||
RestartSec=5
|
RestartSec=5
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue