diff --git a/conf/systemd.service b/conf/systemd.service index 4c365d5..b114d31 100644 --- a/conf/systemd.service +++ b/conf/systemd.service @@ -10,7 +10,7 @@ Group=__APP__ WorkingDirectory=__FINALPATH__ ExecStartPre=__NODEJS__ Environment="PATH=__ENV_PATH__" -ExecStart=__NODE__ osjs run --port=__PORT__ +ExecStart=__NODE__/node osjs run --port=__PORT__ Restart=always [Install]