Merge pull request #376 from justincormack/slowershutdown

Allow longer for Docker to shut down
This commit is contained in:
Justin Cormack 2016-07-28 19:13:14 +01:00 committed by GitHub
commit 3071da63ed

View File

@ -94,7 +94,7 @@ stop()
# stop docker
einfo "Stopping docker"
pidfile="/run/docker.pid"
start-stop-daemon --stop --quiet --pidfile ${pidfile}
start-stop-daemon --stop --quiet --pidfile ${pidfile} --retry 15
# taken from localmount stop script
# XXX fix more cleanly see #35