Files
BanGUI/fail2ban-master/files/fail2ban-logrotate
2026-02-28 20:52:29 +01:00

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
}