From e072924062ce8a7551c4416254433905f0c2bd3d Mon Sep 17 00:00:00 2001 From: Francesco Vattiato Date: Sun, 18 Jan 2026 06:21:08 +0100 Subject: [PATCH] Update install/nightscout-install.sh Co-authored-by: greptile-apps[bot] <165735046+greptile-apps[bot]@users.noreply.github.com> --- install/nightscout-install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install/nightscout-install.sh b/install/nightscout-install.sh index bf204307e..e46f2eb16 100644 --- a/install/nightscout-install.sh +++ b/install/nightscout-install.sh @@ -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