From 9eb461335258189d0c2614c24ba9ee0b38fdd272 Mon Sep 17 00:00:00 2001 From: ericgaspar Date: Wed, 17 May 2023 07:19:14 +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 dd49422..e967f8b 100644 --- a/conf/systemd.service +++ b/conf/systemd.service @@ -7,7 +7,7 @@ Type=simple User=__APP__ Group=__APP__ Environment=NODE_PORT=__PORT__ -WorkingDirectory=__FINALPATH__ +WorkingDirectory=__INSTALL_DIR__ Environment=PATH=__ENV_PATH__ Environment=NODE_ENV=production ExecStart=__YNH_NPM__ run start -p __PORT__