From 614e39c067795c1efaffebb4ab43b7573c2ec1db Mon Sep 17 00:00:00 2001 From: liberodark Date: Thu, 22 Nov 2018 21:46:24 +0100 Subject: [PATCH] fix by aguay --- conf/systemd.service | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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]