Marcus Meissner
c0917c8a4c
OBS-URL: https://build.opensuse.org/package/show/security/fail2ban?expand=0&rev=120
14 lines
232 B
Plaintext
14 lines
232 B
Plaintext
/var/log/fail2ban.log {
|
|
compress
|
|
dateext
|
|
maxage 365
|
|
rotate 99
|
|
size=+4096k
|
|
notifempty
|
|
missingok
|
|
create 644 root root
|
|
postrotate
|
|
fail2ban-client flushlogs 1>/dev/null || true
|
|
endscript
|
|
}
|