summaryrefslogtreecommitdiff
path: root/network/fail2ban/fail2ban.logrotate
diff options
context:
space:
mode:
Diffstat (limited to 'network/fail2ban/fail2ban.logrotate')
-rw-r--r--network/fail2ban/fail2ban.logrotate12
1 files changed, 0 insertions, 12 deletions
diff --git a/network/fail2ban/fail2ban.logrotate b/network/fail2ban/fail2ban.logrotate
deleted file mode 100644
index f4ef9bd8bd..0000000000
--- a/network/fail2ban/fail2ban.logrotate
+++ /dev/null
@@ -1,12 +0,0 @@
-# 5/23/2013 - updated logrotate script based on suggestion by Sebastian Arcus
-# and official github documentation.
-# 09/25/2014 - updated logrotate script for version 0.9.0 and beyond
-/var/log/fail2ban.log {
- weekly
- rotate 7
- missingok
- nocompress
- postrotate
- /usr/bin/fail2ban-client flushlogs 1>/dev/null || true
- endscript
-}