vsudd needs bootmisc too for /run symlink

Signed-off-by: Justin Cormack <justin.cormack@docker.com>
This commit is contained in:
Justin Cormack
2016-11-15 00:19:21 +00:00
parent 6529d9f48f
commit 49511ba5ba

View File

@@ -2,6 +2,11 @@
description="vsock socket proxy client"
depend()
{
need bootmisc
}
start()
{
[ "$(mobyplatform)" != "mac" ] && [ "$(mobyplatform)" != "windows" ] && exit 0