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