From aff499900e5d22cd2ba57d3658553af96a689225 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?E=CC=81ric=20Gaspar?= <46165813+ericgaspar@users.noreply.github.com> Date: Sun, 8 Oct 2023 19:02:59 +0200 Subject: [PATCH] Update systemd.service --- conf/systemd.service | 3 --- 1 file changed, 3 deletions(-) diff --git a/conf/systemd.service b/conf/systemd.service index 4559137..8a3d618 100644 --- a/conf/systemd.service +++ b/conf/systemd.service @@ -11,9 +11,6 @@ Environment="PORT=__PORT__" Environment="RTC_CONFIG=__INSTALL_DIR__/rtc_config.json" WorkingDirectory=__INSTALL_DIR__/ ExecStart=__YNH_NODE__ __INSTALL_DIR__/index.js --rate-limit --auto-restart -StandardOutput=syslog -StandardError=syslog -SyslogIdentifier=__APP__ Restart=always