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>
(cherry picked from commit 082c10d997)
This commit is contained in:
Rolf Neugebauer 2016-06-21 14:19:59 +01:00
parent 44ef942a08
commit 05084ae797

View File

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