diff --git a/conf/systemd.service b/conf/systemd.service index cf50a2a..e0aab0d 100644 --- a/conf/systemd.service +++ b/conf/systemd.service @@ -8,7 +8,7 @@ User=__APP__ Group=__APP__ WorkingDirectory=__FINALPATH__ Environment="PATH=__ENV_PATH__" -#ExecStart=__NODE__ app.js +#ExecStart=__NODE__ __NODEJS__ app.js ExecStart=/opt/node_n/n/versions/node/6/bin/node app.js Restart=always