Configuring HAProxy Service on CentOS

I’ve worked with a customer to get a HAProxy load balancer setup on CentOS 8.0 and ran into an issue with the service that was created. If the Linux VM was restarted, HAProxy would fail to start and it appeared to be related to the network not being available. Looking around the interwebs, I found the option that was added by default was the culprit. In the haproxy.service file there is a [Unit] section that assigns when the service should start up and it was set to: [Read More]