diff --git a/ingress/templates/bin/_ingress-vip.sh.tpl b/ingress/templates/bin/_ingress-vip.sh.tpl index 3df0053ef6..e0ad6fc3c7 100644 --- a/ingress/templates/bin/_ingress-vip.sh.tpl +++ b/ingress/templates/bin/_ingress-vip.sh.tpl @@ -38,7 +38,7 @@ function start () { } function sleep () { - exec bash -c "while :; do sleep 2073600; done" + exec /usr/bin/dumb-init bash -c "while :; do sleep 2073600; done" } function stop () {