chore: assume pscand in PATH for systemd service

Signed-off-by: NotAShelf <raf@notashelf.dev>
Change-Id: I6914624e96ba7ce9701269cd9f253e416a6a6964
This commit is contained in:
raf 2026-02-19 00:29:30 +03:00
commit e66e754e9a
Signed by: NotAShelf
GPG key ID: 29D95B64378DB4BF

View file

@ -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