mirror of
https://github.com/fail2ban/fail2ban.git
synced 2026-03-11 08:55:31 +00:00
9 lines
147 B
Text
9 lines
147 B
Text
/var/log/fail2ban.log {
|
|
weekly
|
|
rotate 4
|
|
compress
|
|
missingok
|
|
postrotate
|
|
/etc/init.d/fail2ban restart >/dev/null
|
|
endscript
|
|
}
|