diff options
Diffstat (limited to 'main/clamav/clamav.logrotate')
-rw-r--r-- | main/clamav/clamav.logrotate | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/main/clamav/clamav.logrotate b/main/clamav/clamav.logrotate new file mode 100644 index 0000000000..7574428413 --- /dev/null +++ b/main/clamav/clamav.logrotate @@ -0,0 +1,15 @@ +/var/log/clamav/clamd.log { + missingok + postrotate + /etc/init.d/clamd logfix + /bin/kill -HUP `cat /var/run/clamav/clamd.pid 2> /dev/null` 2>/dev/null || true + endscript +} + +/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 +} |