mirror of https://github.com/fail2ban/fail2ban
Do not run logrotate if the log is empty
parent
a5ffa9a2b1
commit
1e1f10e293
|
@ -3,6 +3,8 @@
|
|||
weekly
|
||||
rotate 4
|
||||
compress
|
||||
# Do not rotate if empty
|
||||
notifempty
|
||||
|
||||
delaycompress
|
||||
missingok
|
||||
|
|
Loading…
Reference in New Issue