From 82fc4bf41e03df1a8e53ffe1ac97cc00d9c1dcf9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?E=CC=81ric=20Gaspar?= <46165813+ericgaspar@users.noreply.github.com> Date: Thu, 14 Dec 2023 11:23:37 +0100 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 2585d6f..8f0411f 100644 --- a/conf/systemd.service +++ b/conf/systemd.service @@ -9,7 +9,7 @@ Group=__APP__ WorkingDirectory=__INSTALL_DIR__ Environment="__YNH_NODE_LOAD_PATH__" Environment="NODE_ENV=production" -ExecStart=__YNH_NPM__ __INSTALL_DIR__/app.js --port=__PORT__ +ExecStart=__YNH_NODE__ __INSTALL_DIR__/app.js --port=__PORT__ # Sandboxing options to harden security # Depending on specificities of your service/app, you may need to tweak these