fail2ban/debian/logrotate
Yaroslav Halchenko b00161f7ec fixed #352053
2006-02-16 15:53:38 +00:00

10 lines
171 B
Text

/var/log/fail2ban.log {
weekly
rotate 4
compress
missingok
postrotate
/etc/init.d/fail2ban restart >/dev/null
endscript
create 640 root adm
}