diff --git a/conf/systemd.service b/conf/systemd.service index 5b068e9..d2aa174 100644 --- a/conf/systemd.service +++ b/conf/systemd.service @@ -7,10 +7,8 @@ Type=simple User=__APP__ Group=__APP__ WorkingDirectory=__INSTALL_DIR__/ -#Environment=ETHERPAD_PRODUCTION=true Environment="NODE_ENV=production" Environment="__YNH_NODE_LOAD_PATH__" -#ExecStart=__INSTALL_DIR__/bin/run.sh ExecStart=pnpm run prod Restart=always