diff --git a/conf/systemd.service b/conf/systemd.service index 8a3d618..d3f1576 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__ __INSTALL_DIR__/index.js --rate-limit --auto-restart +ExecStart=__YNH_NODE__ start --rate-limit --auto-restart Restart=always