source:
npl/monitoring/fail2ban/fail2ban.logrotate
Last change on this file was c5c522c, checked in by , 8 years ago | |
---|---|
|
|
File size: 161 bytes |
Rev | Line | |
---|---|---|
[c5c522c] | 1 | /var/log/fail2ban.log { |
2 | weekly | |
3 | rotate 4 | |
4 | missingok | |
5 | nocompress | |
6 | postrotate | |
7 | /etc/rc.d/rc.fail2ban reload 1> /dev/null || true | |
8 | endscript | |
9 | } | |
10 |
Note: See TracBrowser
for help on using the repository browser.