8c3e2e1602
This patch disables the default haproxy process from starting in the amphora image. Closes-Bug: #1527691 Change-Id: Iccac03b982e47fc85f8e6beb0cc55a80b73ab465
8 lines
61 B
Bash
8 lines
61 B
Bash
#!/bin/bash
|
|
|
|
set -eu
|
|
set -o pipefail
|
|
|
|
chkconfig haproxy off
|
|
|