mirror of https://github.com/fail2ban/fail2ban
11 lines
171 B
Plaintext
11 lines
171 B
Plaintext
|
/var/log/fail2ban.log {
|
||
|
weekly
|
||
|
rotate 4
|
||
|
compress
|
||
|
missingok
|
||
|
postrotate
|
||
|
/etc/init.d/fail2ban restart >/dev/null
|
||
|
endscript
|
||
|
create 640 root adm
|
||
|
}
|