]> git.pld-linux.org Git - packages/clamav.git/blob - clamav.logrotate
- updated to 0.101.3 (solves vulnerability to non-recursive zip bombs)
[packages/clamav.git] / clamav.logrotate
1 /var/log/clamd.log {
2         create 640 clamav root
3         postrotate
4                 /bin/killall -HUP clamd
5         endscript
6 }
7 /var/log/freshclam.log {
8         create 640 clamav root
9         postrotate
10                 /bin/killall -HUP freshclam 2>/dev/null || /sbin/service syslog-ng flush-logs >/dev/null
11         endscript
12 }
This page took 0.056466 seconds and 3 git commands to generate.