blob: 1a3d2c050f49881ef6121229e445207dca0e7697 [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
8Restart=always
9
10[Install]
11WantedBy=multi-user.target