From 33feb1042e5a8e4d7b2505c5ee423a1eb0e05bb7 Mon Sep 17 00:00:00 2001 From: lapineige Date: Sat, 23 Sep 2023 19:46:37 +0200 Subject: [PATCH] fix startup command --- conf/systemd.service | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conf/systemd.service b/conf/systemd.service index ee9bdf9..809f828 100644 --- a/conf/systemd.service +++ b/conf/systemd.service @@ -8,7 +8,7 @@ User=__APP__ Group=__APP__ WorkingDirectory=__INSTALL_DIR__/ Environment="__YNH_NODE_LOAD_PATH__" -ExecStart=__YNH_NPM__ gancio start --config ./config.json +ExecStart=gancio start --config ./config.json # Sandboxing options to harden security # Depending on specificities of your service/app, you may need to tweak these