octavia/elements/haproxy-octavia/post-install.d/20-disable-default-haproxy
Michael Johnson 8c3e2e1602 Disable default haproxy process in amphora image
This patch disables the default haproxy process from starting in
the amphora image.
Closes-Bug: #1527691

Change-Id: Iccac03b982e47fc85f8e6beb0cc55a80b73ab465
2016-01-13 19:50:41 +00:00

8 lines
61 B
Bash

#!/bin/bash
set -eu
set -o pipefail
chkconfig haproxy off