From c728549505676d0c2f55f8e8d64f8c7316b30e6e Mon Sep 17 00:00:00 2001 From: Rolf Neugebauer Date: Tue, 21 Jun 2016 14:19:59 +0100 Subject: [PATCH] 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 --- alpine/packages/hvtools/etc/init.d/hv_kvp_daemon | 1 + 1 file changed, 1 insertion(+) diff --git a/alpine/packages/hvtools/etc/init.d/hv_kvp_daemon b/alpine/packages/hvtools/etc/init.d/hv_kvp_daemon index 98bae262f..f918aba0c 100755 --- a/alpine/packages/hvtools/etc/init.d/hv_kvp_daemon +++ b/alpine/packages/hvtools/etc/init.d/hv_kvp_daemon @@ -6,6 +6,7 @@ depend() { after dev need networking + before docker proxy vsudd diagnostics } start()