/var/log/fail2ban.log {
	missingok
	notifempty
	create 640 root logs
	postrotate
		/usr/bin/fail2ban-client flushlogs /var/log/fail2ban.log >/dev/null || true
	endscript
}
