mirror of https://github.com/fail2ban/fail2ban
10 lines
147 B
Plaintext
10 lines
147 B
Plaintext
|
/var/log/fail2ban.log {
|
||
|
weekly
|
||
|
rotate 4
|
||
|
compress
|
||
|
missingok
|
||
|
postrotate
|
||
|
/etc/init.d/fail2ban restart >/dev/null
|
||
|
endscript
|
||
|
}
|