diff --git a/conf/systemd.service b/conf/systemd.service index 51ce04b..1fb17c6 100644 --- a/conf/systemd.service +++ b/conf/systemd.service @@ -9,7 +9,7 @@ Group=__APP__ WorkingDirectory=__INSTALL_DIR__/ Environment="NODE_ENV=production" Environment="__YNH_NODE_LOAD_PATH__" -ExecStart=__NODEJS_PATH__/pnpm run prod +ExecStart=__INSTALL_DIR__/bin/run.sh Restart=always StandardOutput=append:/var/log/etherpad/etherpad.log StandardError=inherit