Stop/Start HAProxy 1.6.12 in RHEL7.2

Hi,
Can you please help for how to stop/start HAProxy as service in RHEL7.2

I am currently using “haproxy -f /etc/haproxy/haproxy.conf” to start, but what is the exact configuration to stop and start the HAProxy as service (ex: sudo service haproxy stop & start).

HAProxy Version is 1.6.12 on Red Hat Linux 7.2

Regards,
Vel

Please read your OS documentation:

It should be something like:

sudo systemctl start/stop/restart/reload haproxy

Thanks. I will try this and let you know for any further assistance.