Subversion Repositories configs

Rev

Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
192 - 1
#
2
# Gentoo:
3
# http://sources.gentoo.org/cgi-bin/viewvc.cgi/gentoo-x86/net-analyzer/fail2ban/files/fail2ban-logrotate?view=markup
4
#
5
# Debian:
6
# https://github.com/fail2ban/fail2ban/blob/debian/debian/fail2ban.logrotate
7
 
8
/var/log/fail2ban.log {
9
    missingok
10
    notifempty
11
    postrotate
12
      /usr/bin/fail2ban-client flushlogs >/dev/null || true
13
    endscript
14
}