mirror of https://github.com/Cisco-Talos/clamav
Merge 6eb69cc876
into 8ee78f8e79
commit
a85a2aafac
@ -0,0 +1,8 @@ |
||||
[Unit] |
||||
Description=ClamAV clamdscan %f |
||||
Documentation=man:clamdscan(1) man:clamdscan.conf(5) https://docs.clamav.net/ |
||||
|
||||
[Service] |
||||
Nice=19 |
||||
IOSchedulingClass=idle |
||||
ExecStart=@prefix@/bin/clamdscan --infected --multiscan --fdpass %f |
@ -0,0 +1,11 @@ |
||||
[Unit] |
||||
Description=Weekly ClamAV clamdscan %f |
||||
|
||||
[Timer] |
||||
OnCalendar=weekly |
||||
AccuracySec=1h |
||||
RandomizedDelaySec=1h |
||||
Persistent=true |
||||
|
||||
[Install] |
||||
WantedBy=timers.target |
@ -0,0 +1,8 @@ |
||||
[Unit] |
||||
Description=ClamAV clamscan %f |
||||
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 %f |
@ -0,0 +1,11 @@ |
||||
[Unit] |
||||
Description=Weekly ClamAV clamscan %f |
||||
|
||||
[Timer] |
||||
OnCalendar=weekly |
||||
AccuracySec=1h |
||||
RandomizedDelaySec=1h |
||||
Persistent=true |
||||
|
||||
[Install] |
||||
WantedBy=timers.target |
Loading…
Reference in new issue