From 50656007a245ac526d0c1d0b4cf7b90ac902886d Mon Sep 17 00:00:00 2001 From: lapineige Date: Thu, 5 Oct 2023 22:52:17 +0200 Subject: [PATCH] use ynh_node --- conf/systemd.service | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conf/systemd.service b/conf/systemd.service index 29c4331..0b1029b 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=__YNH_NODE__ 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