diff --git a/systemd/probehost2.service b/systemd/probehost2.service index ca0dc49..1919ecb 100644 --- a/systemd/probehost2.service +++ b/systemd/probehost2.service @@ -8,6 +8,8 @@ StartLimitBurst=5 StartLimitIntervalSec=20 [Service] +User=1000 +Group=1000 Restart=always RestartSec=1 ExecStart=/bin/probehost2 --logfilepath "/var/log/probehost2.log" --port 8000