blob: 0bc54204226693f523521cef474e0d147ccf4afa [file] [log] [blame]
Marc-Antoine Perennouf8255802013-02-13 09:28:50 +01001[Unit]
2Description=HAProxy Load Balancer
3After=network.target
4
5[Service]
6ExecStart=@SBINDIR@/haproxy-systemd-wrapper -f /etc/haproxy/haproxy.cfg -p /run/haproxy.pid
7ExecReload=/bin/kill -USR2 $MAINPID
Apollon Oikonomopoulos74f01692014-10-08 15:14:41 +03008KillMode=mixed
Marc-Antoine Perennouf8255802013-02-13 09:28:50 +01009Restart=always
10
11[Install]
12WantedBy=multi-user.target