From b1aa6c34fa532e9e57c983a419973b06fb7e52ae Mon Sep 17 00:00:00 2001 From: bprieshof Date: Thu, 6 Jun 2019 12:24:03 +0200 Subject: [PATCH] Add 'config/Fail2Ban/logrotate.d/fail2b' --- config/Fail2Ban/logrotate.d/fail2b | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 config/Fail2Ban/logrotate.d/fail2b diff --git a/config/Fail2Ban/logrotate.d/fail2b b/config/Fail2Ban/logrotate.d/fail2b new file mode 100644 index 0000000..63418e7 --- /dev/null +++ b/config/Fail2Ban/logrotate.d/fail2b @@ -0,0 +1,5 @@ +/var/log/auth.log { + size 30k + create 0600 root root + rotate 4 +} \ No newline at end of file