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] [Unit]
Description=HAProxy For TCP And HTTP Based Applications Description=HAProxy Load Balancer
After=syslog.target network.target After=syslog.target network.target
[Service] [Service]
Type=forking ExecStart=/usr/sbin/haproxy-systemd-wrapper -f /etc/haproxy/haproxy.cfg -p /run/haproxy.pid
PIDFile=/run/haproxy.pid ExecReload=/bin/kill -USR2 $MAINPID
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"
[Install] [Install]
WantedBy=multi-user.target WantedBy=multi-user.target