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