diff options
Diffstat (limited to 'testing/clamav/logrotate')
-rw-r--r-- | testing/clamav/logrotate | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/testing/clamav/logrotate b/testing/clamav/logrotate deleted file mode 100644 index 6a9051bed..000000000 --- a/testing/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 /run/clamav/clamd.pid 2>/dev/null` 2> /dev/null || true - /bin/kill -HUP `cat /run/clamav/freshclam.pid 2>/dev/null` 2> /dev/null || true - endscript -} |