From 05084ae797e855f220da6347a1fa85522bbda49f 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 (cherry picked from commit 082c10d997226f97d691f90920bd4600c51d313b) --- 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()