]> git.pld-linux.org Git - packages/clamav.git/blame - clamav.logrotate
- Fixed bogus NotifyClamd entry. Reported by Andrzej Zawadzki. STBR for Ra
[packages/clamav.git] / clamav.logrotate
CommitLineData
477e80e3 1/var/log/clamd.log {
2 olddir /var/log/archiv
3 create 640 clamav clamav
4 postrotate
5 /bin/killall -HUP clamav
6 endscript
7}
8
9/var/log/clamav.log {
10 olddir /var/log/archiv
11 create 640 clamav clamav
12 postrotate
13 /bin/killall -HUP clamav
14 endscript
15}
This page took 0.063196 seconds and 4 git commands to generate.