]> TLD Linux GIT Repositories - packages/clamav.git/blob - clamav.logrotate
- updated to 0.100.0
[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 }