summaryrefslogtreecommitdiffstats
path: root/network/fail2ban/fail2ban.logrotate
blob: 2c973a26de716b07b5217056b336433d236b2952 (plain)
1
2
3
4
5
6
7
8
9
10
/var/log/fail2ban.log {
    weekly
    rotate 4
    missingok
    nocompress
    postrotate
		/etc/rc.d/rc.fail2ban reload 1> /dev/null || true
    endscript
}