Hi,I use HAproxy on a CentOS 7, shipped with systemd. Whenever I want to reload it with "systemctl reload haproxy.service", HAproxy crash every time. I need to restart it with "systemctl start haproxy.service"
Here is the reload command in the systemd unit file:ExecReload=/bin/bash -c "exec /usr/sbin/haproxy -D -f /etc/haproxy/haproxy.cfg -p /run/haproxy.pid -sf $MAINPID"
Any ideas why it crashed and how fix it ? Regards Kevin C

