Revert "Revert "oran-shell-release: release image for F""
[pti/rtp.git] / meta-starlingx / meta-stx-integ / recipes-connectivity / haproxy / files / haproxy.service
1 [Unit]
2 Description=HAProxy Load Balancer
3 After=network.target
4
5 [Service]
6 ExecStartPre=/usr/sbin/haproxy_gencert.sh
7 ExecStartPre=/usr/bin/haproxy -f /etc/haproxy/haproxy.cfg -c -q
8 ExecStart=/usr/bin/haproxy-systemd-wrapper -f /etc/haproxy/haproxy.cfg -p /run/haproxy.pid
9 ExecReload=/bin/kill -USR2 $MAINPID
10 KillMode=mixed
11 Restart=always
12
13 [Install]
14 WantedBy=multi-user.target