chore: assume pscand in PATH for systemd service
Signed-off-by: NotAShelf <raf@notashelf.dev> Change-Id: I6914624e96ba7ce9701269cd9f253e416a6a6964
This commit is contained in:
parent
55403ca407
commit
e66e754e9a
1 changed files with 1 additions and 1 deletions
|
|
@ -5,7 +5,7 @@ After=network.target
|
||||||
|
|
||||||
[Service]
|
[Service]
|
||||||
Type=simple
|
Type=simple
|
||||||
ExecStart=/usr/bin/pscand run --config /etc/pscand/pscand.conf
|
ExecStart=pscand run --config /etc/pscand/pscand.conf
|
||||||
Restart=on-failure
|
Restart=on-failure
|
||||||
RestartSec=5
|
RestartSec=5
|
||||||
User=root
|
User=root
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue