mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-08 22:45:43 +00:00
11 lines
309 B
Text
11 lines
309 B
Text
|
/var/log/clamav/clamd.log /var/log/clamav/freshclam.log {
|
||
|
create 644 clamav clamav
|
||
|
sharedscripts
|
||
|
missingok
|
||
|
notifempty
|
||
|
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
|
||
|
}
|