Skip to content

Commit

Permalink
Use %f instead of %I because were dealing with paths
Browse files Browse the repository at this point in the history
  • Loading branch information
nils-werner committed Jun 1, 2023
1 parent 348e4c9 commit 1419e52
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion clamdscan/clamav-clamdscan@.service.in
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@ Description=ClamAV clamdscan %I
Documentation=man:clamdscan(1) man:clamdscan.conf(5) https://docs.clamav.net/

[Service]
ExecStart=@prefix@/bin/clamdscan --infected --multiscan --fdpass %I
ExecStart=@prefix@/bin/clamdscan --infected --multiscan --fdpass %f
2 changes: 1 addition & 1 deletion clamscan/clamav-clamscan@.service.in
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@ Documentation=man:clamscan(1) man:clamscan.conf(5) https://docs.clamav.net/
[Service]
Nice=19
IOSchedulingClass=idle
ExecStart=@prefix@/bin/clamscan --recursive=yes --infected --suppress-ok-results %I
ExecStart=@prefix@/bin/clamscan --recursive=yes --infected --suppress-ok-results %f

0 comments on commit 1419e52

Please # to comment.