mirror of
https://github.com/fail2ban/fail2ban.git
synced 2026-03-11 08:55:31 +00:00
13 lines
201 B
Text
13 lines
201 B
Text
/var/log/fail2ban.log {
|
|
|
|
weekly
|
|
rotate 4
|
|
compress
|
|
|
|
delaycompress
|
|
missingok
|
|
postrotate
|
|
invoke-rc.d --quiet fail2ban reload >/dev/null
|
|
endscript
|
|
create 640 root adm
|
|
}
|