fail2ban/debian/fail2ban.logrotate

14 lines
201 B
Plaintext
Raw Normal View History

2006-11-10 14:59:19 +00:00
/var/log/fail2ban.log {
2006-11-10 14:59:19 +00:00
weekly
rotate 4
compress
delaycompress
2006-11-10 14:59:19 +00:00
missingok
postrotate
invoke-rc.d --quiet fail2ban reload >/dev/null
2006-11-10 14:59:19 +00:00
endscript
create 640 root adm
}