Sophie

Sophie

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