diff --git a/conf/systemd.service b/conf/systemd.service index dbe9655..67a1343 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=/usr/bin/node osjs run --port=__PORT__ Restart=always [Install]