diff --git a/elements/haproxy/install.d/76-haproxy b/elements/haproxy/install.d/76-haproxy index 899985f6d..59c130798 100755 --- a/elements/haproxy/install.d/76-haproxy +++ b/elements/haproxy/install.d/76-haproxy @@ -7,24 +7,6 @@ install-packages haproxy [ -d /var/lib/haproxy ] || install -d -D -m 0755 -o root -g root /var/lib/haproxy if [ "$DIB_INIT_SYSTEM" == "systemd" ] ; then - # https://bugzilla.redhat.com/show_bug.cgi?id=1126955 - # The haproxy service file on Fedora is broken for reloads right now, so - # replace it with a fixed version. Once the bug above is fixed we can - # remove this workaround. - if [ -f /lib/systemd/system/haproxy.service -a -f /usr/sbin/haproxy-systemd-wrapper ]; then - cat > /lib/systemd/system/haproxy.service <