initial release

This commit is contained in:
aptalca
2020-08-03 11:00:14 -04:00
parent f3754ece52
commit 9352a59250
53 changed files with 3525 additions and 1 deletions
+12
View File
@@ -0,0 +1,12 @@
/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
}
+11
View File
@@ -0,0 +1,11 @@
/config/log/letsencrypt/*.log {
weekly
rotate 52
compress
delaycompress
nodateext
missingok
notifempty
sharedscripts
su abc abc
}