10 lines
180 B
Plaintext
10 lines
180 B
Plaintext
/var/log/clamd.<SERVICE> {
|
|
monthly
|
|
notifempty
|
|
missingok
|
|
|
|
postrotate
|
|
pkill -u <USER> -HUP -f '/usr/sbin/clamd -c /etc/clamd.d/<SERVICE>.conf >/dev/null 2>&1 || :
|
|
endscript
|
|
}
|