diff --git a/conf/systemd.service b/conf/systemd.service index 4769524..943b315 100644 --- a/conf/systemd.service +++ b/conf/systemd.service @@ -9,7 +9,7 @@ User=__APP__ Group=__APP__ ExecStartPre=__NODEJS__ Environment="PATH=__ENV_PATH__" -ExecStart=__SUDO_PATH__ node osjs run --port=__PORT__ +ExecStart=__SUDO_PATH__node osjs run --port=__PORT__ Restart=always [Install]