mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-18 22:54:00 +00:00
9 lines
324 B
Text
9 lines
324 B
Text
|
/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
|
||
|
}
|