From 6ef9de765fdb0972cc56c140446425f19826d633 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 10:21:25 +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 d3f1576..a529491 100644 --- a/conf/systemd.service +++ b/conf/systemd.service @@ -10,7 +10,7 @@ Environment="__YNH_NODE_LOAD_PATH__" Environment="PORT=__PORT__" Environment="RTC_CONFIG=__INSTALL_DIR__/rtc_config.json" WorkingDirectory=__INSTALL_DIR__/ -ExecStart=__YNH_NODE__ start --rate-limit --auto-restart +ExecStart=__YNH_NODE__ __INSTALL_DIR__/server/index.js --rate-limit --auto-restart Restart=always