![Michael Johnson](/assets/img/avatar_default.png)
This patch disables the default haproxy process from starting in the amphora image. Closes-Bug: #1527691 Change-Id: Iccac03b982e47fc85f8e6beb0cc55a80b73ab465
7 lines
68 B
Bash
Executable File
7 lines
68 B
Bash
Executable File
#!/bin/bash
|
|
|
|
set -eu
|
|
set -o pipefail
|
|
|
|
update-rc.d -f haproxy remove
|