output that we are shutting down docker

Signed-off-by: Justin Cormack <justin.cormack@docker.com>
This commit is contained in:
Justin Cormack 2016-02-19 16:59:38 +00:00
parent df03c55e95
commit d1081e6b6e

View File

@ -45,6 +45,7 @@ depend()
stop()
{
# stop docker
einfo "Stopping docker"
start-stop-daemon --stop --quiet --pidfile ${pidfile}
# taken from localmount stop script