Update install/nightscout-install.sh

Co-authored-by: greptile-apps[bot] <165735046+greptile-apps[bot]@users.noreply.github.com>
This commit is contained in:
Francesco Vattiato 2026-01-18 06:21:08 +01:00
parent f23c0b72fc
commit e072924062

View File

@ -59,7 +59,7 @@ Type=simple
User=nightscout
WorkingDirectory=/opt/nightscout
EnvironmentFile=/opt/nightscout/my.env
# Some deployments use 'npm start', others 'node server.js'. npm start is safer.
ExecStart=/usr/bin/npm start
ExecStart=/usr/bin/npm start
Restart=always