Current File : /home/inlingua/public_html/decay_sym/root/usr/share/doc/clamd/clamd.logrotate
/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
}