Initial configurations for Bender.

This commit is contained in:
Darren 'Tadgy' Austin 2022-09-03 21:19:07 +01:00
commit 0b63587655
53 changed files with 14071 additions and 3 deletions

8
etc/logrotate.d/.gitignore vendored Normal file
View file

@ -0,0 +1,8 @@
btmp
httpd
lastlog
mysql
netdata
ntp
sulog
wtmp

6
etc/logrotate.d/syslog Normal file
View file

@ -0,0 +1,6 @@
/var/log/fail2ban /var/log/httpd /var/log/imapd /var/log/lumberjack /var/log/messages /var/log/named /var/log/php /var/log/smtp /var/log/spamd /var/log/vmtools {
sharedscripts
postrotate
/bin/kill -HUP $(cat /var/run/syslogd.pid) >/dev/null 2>&1 || true
endscript
}