]> git.pld-linux.org Git - packages/clamav.git/blob - clamav.logrotate
- Version 0.66-2 (ac).
[packages/clamav.git] / clamav.logrotate
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.093916 seconds and 3 git commands to generate.