diff --git a/conf/systemd.service b/conf/systemd.service index c5d0314..540a285 100644 --- a/conf/systemd.service +++ b/conf/systemd.service @@ -9,7 +9,7 @@ Group=__APP__ ExecStartPre=__NODEJS__ WorkingDirectory=__FINALPATH__ Environment="PATH=__ENV_PATH__" -ExecStart=__NODE__ index.js start --home /home/yunohost.app/__APP__/ +ExecStart=__NODE__/node index.js start --home /home/yunohost.app/__APP__/ Restart=always [Install]