Merge "Ingress: Update sleep function to not require dumb-init"

This commit is contained in:
Zuul 2018-12-11 22:01:30 +00:00 committed by Gerrit Code Review
commit 7f1ad7b03c

View File

@ -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 () {