blob: 29b860baa08d6405428509998a3fa14e29baac87 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
/var/log/clamav/*.log {
weekly
rotate 5
compress
delaycompress
notifempty
missingok
su clamav clamav
postrotate
/bin/kill -HUP `cat /var/run/clamav/clamd.pid 2>/dev/null` 2>/dev/null || true
endscript
}
|