diff --git a/conf/systemd.service b/conf/systemd.service index 9b57e48..dbe9655 100644 --- a/conf/systemd.service +++ b/conf/systemd.service @@ -10,7 +10,7 @@ Group=__APP__ WorkingDirectory=__FINALPATH__ ExecStartPre=__NODEJS__ Environment="PATH=__ENV_PATH__" -ExecStart=/usr/bin/env node osjs run --port=__PORT__ +ExecStart=node osjs run --port=__PORT__ Restart=always [Install]