diff --git a/scripts/haki.service b/scripts/haki.service index 4f2f0fdd..493e173c 100644 --- a/scripts/haki.service +++ b/scripts/haki.service @@ -4,9 +4,11 @@ Requires=network.target After=network.target [Service] +Type=simple +Requires=network.target ExecStart=/opt/ewa-client-bootstrap/supervisor.js ExecReload=/bin/kill -HUP $MAINPID -StandardOutput=null +StandardOutput=/var/log/haki.log Restart=on-failure [Install]