X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=meta-starlingx%2Fmeta-stx-integ%2Frecipes-connectivity%2Fhaproxy%2Ffiles%2Fhaproxy.service;fp=meta-starlingx%2Fmeta-stx-integ%2Frecipes-connectivity%2Fhaproxy%2Ffiles%2Fhaproxy.service;h=0000000000000000000000000000000000000000;hb=6fc6934434f70595536a387ece31bc30141cafb5;hp=5d22bc4ffa48a86a557efca318e4624ebe0bc7d3;hpb=eb1e26510491ba49de693ab3b0498edcb06be6c5;p=pti%2Frtp.git diff --git a/meta-starlingx/meta-stx-integ/recipes-connectivity/haproxy/files/haproxy.service b/meta-starlingx/meta-stx-integ/recipes-connectivity/haproxy/files/haproxy.service deleted file mode 100644 index 5d22bc4..0000000 --- a/meta-starlingx/meta-stx-integ/recipes-connectivity/haproxy/files/haproxy.service +++ /dev/null @@ -1,14 +0,0 @@ -[Unit] -Description=HAProxy Load Balancer -After=network.target - -[Service] -ExecStartPre=/usr/sbin/haproxy_gencert.sh -ExecStartPre=/usr/bin/haproxy -f /etc/haproxy/haproxy.cfg -c -q -ExecStart=/usr/bin/haproxy-systemd-wrapper -f /etc/haproxy/haproxy.cfg -p /run/haproxy.pid -ExecReload=/bin/kill -USR2 $MAINPID -KillMode=mixed -Restart=always - -[Install] -WantedBy=multi-user.target