Your IP : 216.73.216.201


Current Path : /etc/logrotate.d/
Upload File :
Current File : //etc/logrotate.d/fail2ban

#
# 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
}