Use haproxy-systemd-wrapper in service file (#1126955)

This commit is contained in:
Ryan O'Hara 2014-08-06 13:04:20 -05:00
parent 6b82d1bdce
commit 57e2b7dee6

View File

@ -1,13 +1,10 @@
[Unit]
Description=HAProxy For TCP And HTTP Based Applications
Description=HAProxy Load Balancer
After=syslog.target network.target
[Service]
Type=forking
PIDFile=/run/haproxy.pid
ExecStartPre=/usr/sbin/haproxy -c -q -f /etc/haproxy/haproxy.cfg
ExecStart=/usr/sbin/haproxy -D -f /etc/haproxy/haproxy.cfg -p /run/haproxy.pid
ExecReload=/bin/bash -c "exec /usr/sbin/haproxy -D -f /etc/haproxy/haproxy.cfg -p /run/haproxy.pid -sf $MAINPID"
ExecStart=/usr/sbin/haproxy-systemd-wrapper -f /etc/haproxy/haproxy.cfg -p /run/haproxy.pid
ExecReload=/bin/kill -USR2 $MAINPID
[Install]
WantedBy=multi-user.target