summaryrefslogtreecommitdiffstats
path: root/main/clamav/freshclam.logrotate
blob: df42d6084f05dc2d1c6945f3da7ab3ca6b977a0a (plain)
1
2
3
4
5
6
7
/var/log/clamav/freshclam.log {
        missingok
        postrotate
                /etc/init.d/freshclam logfix
                /bin/kill -HUP `cat /var/run/clamav/freshclam.pid 2> /dev/null` 2>/dev/null || true
        endscript
}