Merge pull request #729 from justincormack/vsudd-bootmisc

vsudd needs bootmisc too for /run symlink
This commit is contained in:
Justin Cormack 2016-11-15 00:25:45 +00:00 committed by GitHub
commit ae10c5d46a

View File

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