summaryrefslogtreecommitdiffstats
path: root/main/clamav/freshclam.logrotate
diff options
context:
space:
mode:
Diffstat (limited to 'main/clamav/freshclam.logrotate')
-rw-r--r--main/clamav/freshclam.logrotate7
1 files changed, 7 insertions, 0 deletions
diff --git a/main/clamav/freshclam.logrotate b/main/clamav/freshclam.logrotate
new file mode 100644
index 00000000000..df42d6084f0
--- /dev/null
+++ b/main/clamav/freshclam.logrotate
@@ -0,0 +1,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
+}