win: ensure that the KVP daemon starts early

The Windows start script polls the VM for it's IP address before
initiating things like CIFS mounts.  Getting the IP config is
done via the KVP daemon.  Starting it earlier reduce the start up
delay, in particular if the VM is part of a swarm.

Signed-off-by: Rolf Neugebauer <rolf.neugebauer@docker.com>
This commit is contained in:
Rolf Neugebauer
2016-06-21 14:19:59 +01:00
parent e130ef839e
commit 082c10d997

View File

@@ -6,6 +6,7 @@ depend()
{
after dev
need networking
before docker proxy vsudd diagnostics
}
start()