Ensure /var/log is bind mounted after transfused starts

Otherwise /Mac$DRIVERDIR does not yet exist.

Signed-off-by: Ian Campbell <ian.campbell@docker.com>
This commit is contained in:
Ian Campbell 2016-05-31 15:26:41 +01:00
parent 41d71a29ce
commit 065374f443

View File

@ -3,6 +3,7 @@
description="Configuring settings from database."
depend() {
need transfused
before sysctl net
}