Re: Issue with systemd haproxy.service on RHEL 7.4

2019-03-07 Thread Badari Prasad
Patrick, William, systemctl daemon-reload did the trick, initially i did copy haproxy.service.in and repalced it with proper haproxy.service. systemctl daemon-reload reloaded the latest file and issue is resolved now. Thanks badari On Thu, Mar 7, 2019 at 10:45 PM William Lallemand wrote: >

Re: Issue with systemd haproxy.service on RHEL 7.4

2019-03-07 Thread William Lallemand
On Thu, Mar 07, 2019 at 09:38:01PM +0530, Badari Prasad wrote: > Hi > RHEL 7.4 comes with haproxy 1.5.18, I wanted use latest version of > haproxy 1.9.4. So source code comes with haproxy.service.in [ > https://github.com/haproxy/haproxy/blob/master/contrib/systemd/haproxy.service.in] > . > Execu

Re: Issue with systemd haproxy.service on RHEL 7.4

2019-03-07 Thread Patrick Hemmer
On 2019/3/7 11:08, Badari Prasad wrote: > Hi > RHEL 7.4 comes with haproxy 1.5.18, I wanted use latest version of > haproxy 1.9.4. So source code comes with haproxy.service.in > > [https://github.com/haproxy/haproxy/blob/master/contrib/systemd/haproxy.service.in] >

Issue with systemd haproxy.service on RHEL 7.4

2019-03-07 Thread Badari Prasad
Hi RHEL 7.4 comes with haproxy 1.5.18, I wanted use latest version of haproxy 1.9.4. So source code comes with haproxy.service.in [ https://github.com/haproxy/haproxy/blob/master/contrib/systemd/haproxy.service.in] . Executing make in the dir contrib/systemd/ creates haproxy.service. I tried to c