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 30a122ab22d2d..0f9e3cfb9f6bb 100644 --- a/system/clamav/logrotate.clamav +++ b/system/clamav/logrotate.clamav @@ -8,5 +8,6 @@ missingok 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 } |