From e66e754e9abfdc1e42b1ab928b1e58147befb49d Mon Sep 17 00:00:00 2001 From: NotAShelf Date: Thu, 19 Feb 2026 00:29:30 +0300 Subject: [PATCH] chore: assume pscand in PATH for systemd service Signed-off-by: NotAShelf Change-Id: I6914624e96ba7ce9701269cd9f253e416a6a6964 --- contrib/systemd/pscand.service | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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