From 698a3062c2589535f49a7f51d4774725865f603f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?E=CC=81ric=20Gaspar?= <46165813+ericgaspar@users.noreply.github.com> Date: Sat, 6 Apr 2024 11:55:08 +0200 Subject: [PATCH] Update systemd.service --- conf/systemd.service | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conf/systemd.service b/conf/systemd.service index aa3c05a..2578152 100644 --- a/conf/systemd.service +++ b/conf/systemd.service @@ -11,7 +11,7 @@ Environment=ETHERPAD_PRODUCTION=true Environment="NODE_ENV=production" Environment="__YNH_NODE_LOAD_PATH__" #ExecStart=__INSTALL_DIR__/bin/run.sh -ExecStart=__INSTALL_DIR__/src/pnpm run prod +ExecStart=__INSTALL_DIR__/src/ pnpm run prod #ExecStart=pnpm --filter ep_etherpad-lite run prod Restart=always