Package: haproxy Version: 3.0.10-1
Dear Maintainer, Merge request, so that multiple config files can be used. The diff is attached. Thank you David
Author: David Kunz <[email protected]> Description: Posibility to use multiple config files. --- /usr/lib/systemd/system/haproxy.service.orig +++ /usr/lib/systemd/system/haproxy.service @@ -9,7 +9,7 @@ Wants=network-online.target EnvironmentFile=-/etc/default/haproxy EnvironmentFile=-/etc/sysconfig/haproxy BindReadOnlyPaths=/dev/log:/var/lib/haproxy/dev/log -Environment="CONFIG=/etc/haproxy/haproxy.cfg" "PIDFILE=/run/haproxy.pid" "EXTRAOPTS=-S /run/haproxy-master.sock" +Environment="CONFIG=/etc/haproxy/haproxy.cfg -f /etc/haproxy/conf.d" "PIDFILE=/run/haproxy.pid" "EXTRAOPTS=-S /run/haproxy-master.sock" ExecStart=/usr/sbin/haproxy -Ws -f $CONFIG -p $PIDFILE $EXTRAOPTS ExecReload=/usr/sbin/haproxy -Ws -f $CONFIG -c $EXTRAOPTS ExecReload=/bin/kill -USR2 $MAINPID

