From cf045d74352ed6bd2d0bce31a336d1bbaa1a33dd Mon Sep 17 00:00:00 2001 From: Rafi59 Date: Sat, 14 Oct 2017 14:33:42 +0200 Subject: [PATCH] Update systemd.service --- conf/systemd.service | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conf/systemd.service b/conf/systemd.service index 65ca2c6..8d92c8b 100644 --- a/conf/systemd.service +++ b/conf/systemd.service @@ -10,7 +10,7 @@ Group=__APP__ ExecStartPre=__NODEJS__ WorkingDirectory=__FINALPATH__ Environment="PATH=__ENV_PATH__" -ExecStart=/opt/node_n/n/versions/node/__VERSION__/bin/npm start +ExecStart=/opt/node_n/n/versions/node/4/bin/npm start Restart=always [Install]