diff --git a/conf/systemd.service b/conf/systemd.service index d51a872..c6136d8 100644 --- a/conf/systemd.service +++ b/conf/systemd.service @@ -10,7 +10,7 @@ WorkingDirectory=__FINALPATH__/ Environment="__YNH_NODE_LOAD_PATH__" Environment="THELOUNGE_HOME=/home/yunohost.app/__APP__/" Environment="NODE_ENV=production" -ExecStart==__YNH_NPM__ start +ExecStart==thelounge start Restart=on-failure RestartSec=5 StartLimitInterval=60s