about summary refs log tree commit diff stats
path: root/linux/conf/logrotate.d/fail2ban
diff options
context:
space:
mode:
Diffstat (limited to 'linux/conf/logrotate.d/fail2ban')
-rw-r--r--linux/conf/logrotate.d/fail2ban5
1 files changed, 5 insertions, 0 deletions
diff --git a/linux/conf/logrotate.d/fail2ban b/linux/conf/logrotate.d/fail2ban
new file mode 100644
index 0000000..c2dc4cd
--- /dev/null
+++ b/linux/conf/logrotate.d/fail2ban
@@ -0,0 +1,5 @@
+/var/log/fail2ban.log {
+    weekly
+    create 0644 root root
+    rotate 5
+ }