]> git.pld-linux.org Git - packages/fail2ban.git/blob - fail2ban.logrotate
65f78c90d8ea37279af3fb2bd756cdda697701c0
[packages/fail2ban.git] / fail2ban.logrotate
1 /var/log/fail2ban.log {
2         missingok
3         notifempty
4         create 640 root logs
5         postrotate
6                 /usr/bin/fail2ban-client set logtarget /var/log/fail2ban.log 2>/dev/null || true
7         endscript
8 }
This page took 0.096947 seconds and 2 git commands to generate.