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