12 lines
178 B
Text
12 lines
178 B
Text
|
/var/log/fail2ban.log {
|
||
|
weekly
|
||
|
rotate 7
|
||
|
missingok
|
||
|
compress
|
||
|
nodateext
|
||
|
notifempty
|
||
|
postrotate
|
||
|
/usr/bin/fail2ban-client flushlogs 1>/dev/null || true
|
||
|
endscript
|
||
|
}
|