
Modified haproxy-config package to add support to Debian packaging. PASS: built image successfully PASS: Installed image successfully (with haproxy-config) PASS: build updated latest image (fresh env) PASS: bootstrap and unlock successful Story: 2009256 Task: 44844 Depends-On: https://review.opendev.org/c/starlingx/integ/+/837572 Signed-off-by: Thayna Santos <Thayna.EmillyCavalcanteSantos@windriver.com> Change-Id: Ie20947bd417d6d83c4aca4c4277019f1bf188f2d
14 lines
283 B
Desktop File
14 lines
283 B
Desktop File
[Unit]
|
|
Description=HAProxy Load Balancer
|
|
After=syslog.target network.target
|
|
|
|
[Service]
|
|
EnvironmentFile=/etc/default/haproxy
|
|
ExecStart=/etc/init.d/haproxy start
|
|
ExecStop=/etc/init.d/haproxy stop
|
|
ExecReload=/bin/kill -USR2 $MAINPID
|
|
KillMode=mixed
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|