From 3a100c71c59a3eec94eaa00e83f71d4b49d6f25f Mon Sep 17 00:00:00 2001 From: lapineige Date: Thu, 5 Oct 2023 20:42:59 +0200 Subject: [PATCH] fix syntax --- conf/systemd.service | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conf/systemd.service b/conf/systemd.service index f66f977..29c4331 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=./server/cli.js start --config ./config.json +ExecStart=server/cli.js start --config ./config.json # Sandboxing options to harden security # Depending on specificities of your service/app, you may need to tweak these