Skip to content

Commit 313e49d

Browse files
authored
Update checkrr.service
fix issue with deb file
1 parent 256417e commit 313e49d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: checkrr.service

+2-2
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@ Description=Checkrr checks media libraries for corruption
55
User=checkrr
66
Group=checkrr
77
Type=exec
8-
ExecStart=/usr/local/bin/checkrr -c /etc/checkrr.yaml
8+
ExecStart=/usr/bin/checkrr -c /etc/checkrr.yaml
99

1010
[Install]
1111
Wants=remote-fs.target.wants
12-
WantedBy=multi-user.target
12+
WantedBy=multi-user.target

0 commit comments

Comments
 (0)