This commit is contained in:
scossa 2024-09-27 16:08:08 +02:00
parent 9b6d36e3d1
commit 663ecbd61d

View file

@ -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