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
This commit is contained in:
Michael Johnson 2015-12-18 18:37:36 +00:00
parent 0f9f877006
commit 8c3e2e1602
2 changed files with 13 additions and 0 deletions

View File

@ -0,0 +1,6 @@
#!/bin/bash
set -eu
set -o pipefail
update-rc.d -f haproxy remove

View File

@ -0,0 +1,7 @@
#!/bin/bash
set -eu
set -o pipefail
chkconfig haproxy off