Initial configurations for Bender.
This commit is contained in:
parent
6720861726
commit
0b63587655
53 changed files with 14071 additions and 3 deletions
8
etc/logrotate.d/.gitignore
vendored
Normal file
8
etc/logrotate.d/.gitignore
vendored
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
btmp
|
||||
httpd
|
||||
lastlog
|
||||
mysql
|
||||
netdata
|
||||
ntp
|
||||
sulog
|
||||
wtmp
|
||||
6
etc/logrotate.d/syslog
Normal file
6
etc/logrotate.d/syslog
Normal 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
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue