clamav/clamd.logrotate
2019-12-14 21:13:51 +08:00

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
}