daily autocommit

This commit is contained in:
2023-06-24 11:25:47 +03:00
parent 9b764da8f5
commit 43d4d203a1
106 changed files with 6 additions and 697995 deletions

View File

@@ -1,17 +0,0 @@
#
# Gentoo:
# http://sources.gentoo.org/cgi-bin/viewvc.cgi/gentoo-x86/net-analyzer/fail2ban/files/fail2ban-logrotate?view=markup
#
# Debian:
# https://github.com/fail2ban/fail2ban/blob/debian/debian/fail2ban.logrotate
/var/log/fail2ban.log {
missingok
notifempty
dateext
daily
rotate 14
postrotate
/usr/bin/fail2ban-client flushlogs >/dev/null || true
endscript
}