run docker after 9p fuse

Signed-off-by: Justin Cormack <justin.cormack@docker.com>
This commit is contained in:
Justin Cormack 2016-01-27 13:20:45 +00:00
parent 5f000085ee
commit 78bd5af1ac

View File

@ -27,6 +27,6 @@ start_stop_daemon_args="--background \
depend()
{
after 9pudc
after 9pudc 9pudfuse
before chronyd
}