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]