mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-04 20:29:09 +01:00
99e12a62ef
Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
11 lines
305 B
Text
11 lines
305 B
Text
# 5/23/2013 - updated logrotate script based on suggestion by Sebastian Arcus
|
|
# and official github documentation.
|
|
/var/log/fail2ban.log {
|
|
weekly
|
|
rotate 7
|
|
missingok
|
|
nocompress
|
|
postrotate
|
|
/usr/bin/fail2ban-client set logtarget /var/log/fail2ban.log 1>/dev/null || true
|
|
endscript
|
|
}
|