diff options
Diffstat (limited to 'system/clamav/logrotate.clamav')
-rw-r--r-- | system/clamav/logrotate.clamav | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/system/clamav/logrotate.clamav b/system/clamav/logrotate.clamav index 0f9e3cfb9f..9a7c9e67b9 100644 --- a/system/clamav/logrotate.clamav +++ b/system/clamav/logrotate.clamav @@ -6,6 +6,7 @@ delaycompress notifempty missingok + create 0660 clamav clamav 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 |