Merge branch 'haproxy' into next

This commit is contained in:
Michael Tremer
2018-10-29 11:59:18 +01:00
5 changed files with 32 additions and 1 deletions

View File

@@ -21,3 +21,6 @@ cron.none;daemon.*;local0.*;local2.*;*.info;mail.none;authpriv.* -/var/log/messa
# Postfix logs
mail.* -/var/log/mail
# HAProxy
local1.* -/var/log/haproxy

8
config/haproxy/logrotate Normal file
View File

@@ -0,0 +1,8 @@
/var/log/haproxy {
missingok
notifempty
sharedscripts
postrotate
/bin/kill -HUP `cat /var/run/syslogd.pid 2> /dev/null` 2> /dev/null || true
endscript
}

View File

@@ -1,5 +1,6 @@
#etc/haproxy
etc/haproxy/haproxy.cfg
etc/logrotate.d/haproxy
etc/rc.d/init.d/haproxy
usr/sbin/haproxy
#usr/sbin/haproxy-systemd-wrapper