mirror of
https://github.com/linuxserver/docker-swag.git
synced 2024-10-01 01:35:49 -04:00
13 lines
228 B
Plaintext
13 lines
228 B
Plaintext
|
/config/log/fail2ban/fail2ban.log {
|
||
|
weekly
|
||
|
rotate 7
|
||
|
missingok
|
||
|
compress
|
||
|
delaycompress
|
||
|
nodateext
|
||
|
postrotate
|
||
|
/usr/bin/fail2ban-client flushlogs 1>/dev/null || true
|
||
|
endscript
|
||
|
su abc abc
|
||
|
}
|