SHA256
1
0
forked from pool/fail2ban

Accepting request 176913 from home:weberho:branches:security

Included logrotate configuration for fail2ban

OBS-URL: https://build.opensuse.org/request/show/176913
OBS-URL: https://build.opensuse.org/package/show/security/fail2ban?expand=0&rev=31
This commit is contained in:
Johannes Weberhofer
2013-05-29 07:26:03 +00:00
committed by Git OBS Bridge
parent e9789d8f70
commit 50e6c9be87
3 changed files with 24 additions and 0 deletions

13
fail2ban.logrotate Normal file
View File

@@ -0,0 +1,13 @@
/var/log/fail2ban.log {
compress
dateext
maxage 365
rotate 99
size=+4096k
notifempty
missingok
create 644 root root
postrotate
fail2ban-client set logtarget /var/log/fail2ban.log 1>/dev/null || true
endscript
}