mirror of https://github.com/fail2ban/fail2ban
copied logrotate from 0.6 branch
parent
f4015e0c3c
commit
f92a885d43
|
@ -0,0 +1,10 @@
|
||||||
|
/var/log/fail2ban.log {
|
||||||
|
weekly
|
||||||
|
rotate 4
|
||||||
|
compress
|
||||||
|
missingok
|
||||||
|
postrotate
|
||||||
|
/etc/init.d/fail2ban restart >/dev/null
|
||||||
|
endscript
|
||||||
|
create 640 root adm
|
||||||
|
}
|
Loading…
Reference in New Issue