mirror of https://github.com/fail2ban/fail2ban
15 lines
363 B
Plaintext
15 lines
363 B
Plaintext
#
|
|
# Gentoo:
|
|
# http://sources.gentoo.org/cgi-bin/viewvc.cgi/gentoo-x86/net-analyzer/fail2ban/files/fail2ban-logrotate?view=markup
|
|
#
|
|
# Debian:
|
|
# https://github.com/fail2ban/fail2ban/blob/debian/debian/fail2ban.logrotate
|
|
|
|
/var/log/fail2ban.log {
|
|
missingok
|
|
notifempty
|
|
postrotate
|
|
/usr/bin/fail2ban-client flushlogs >/dev/null || true
|
|
endscript
|
|
}
|