mirror of
https://github.com/linuxkit/linuxkit.git
synced 2025-07-21 10:09:07 +00:00
output that we are shutting down docker
Signed-off-by: Justin Cormack <justin.cormack@docker.com>
This commit is contained in:
parent
df03c55e95
commit
d1081e6b6e
@ -45,6 +45,7 @@ depend()
|
|||||||
stop()
|
stop()
|
||||||
{
|
{
|
||||||
# stop docker
|
# stop docker
|
||||||
|
einfo "Stopping docker"
|
||||||
start-stop-daemon --stop --quiet --pidfile ${pidfile}
|
start-stop-daemon --stop --quiet --pidfile ${pidfile}
|
||||||
|
|
||||||
# taken from localmount stop script
|
# taken from localmount stop script
|
||||||
|
Loading…
Reference in New Issue
Block a user