meta-starlingx: remove the upstream layer
[pti/rtp.git] / meta-starlingx / meta-stx-integ / recipes-connectivity / haproxy / files / haproxy.service
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 (file)
index 5d22bc4..0000000
+++ /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