diff --git a/contrib/systemd/pscand.service b/contrib/systemd/pscand.service index d18b748..f062179 100644 --- a/contrib/systemd/pscand.service +++ b/contrib/systemd/pscand.service @@ -5,7 +5,7 @@ After=network.target [Service] Type=simple -ExecStart=/usr/bin/pscand run --config /etc/pscand/pscand.conf +ExecStart=pscand run --config /etc/pscand/pscand.conf Restart=on-failure RestartSec=5 User=root