summaryrefslogtreecommitdiff
path: root/extra/clamav/clamav.logrotate
diff options
context:
space:
mode:
Diffstat (limited to 'extra/clamav/clamav.logrotate')
-rw-r--r--extra/clamav/clamav.logrotate8
1 files changed, 0 insertions, 8 deletions
diff --git a/extra/clamav/clamav.logrotate b/extra/clamav/clamav.logrotate
deleted file mode 100644
index d1dc94dce..000000000
--- a/extra/clamav/clamav.logrotate
+++ /dev/null
@@ -1,8 +0,0 @@
-/var/log/clamav/clamd.log /var/log/clamav/freshclam.log {
- create 644 clamav clamav
- sharedscripts
- postrotate
- /bin/kill -HUP `cat /var/run/clamav/clamd.pid 2>/dev/null` 2> /dev/null || true
- /bin/kill -HUP `cat /var/run/clamav/freshclam.pid 2>/dev/null` 2> /dev/null || true
- endscript
-}