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 e2918a8e5d
commit 99018b9424

View File

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