mirror of
https://github.com/fail2ban/fail2ban.git
synced 2025-11-26 14:20:19 +08:00
Gentoo moved from CVS to Git in 2015. Drop the Gentoo URL from fail2ban-logrotate, because the distro specific config file has been dropped in 2013.
12 lines
234 B
Plaintext
12 lines
234 B
Plaintext
#
|
|
# 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
|
|
}
|