hupper does not strictly need to run after docker, just advisory

Signed-off-by: Justin Cormack <justin.cormack@docker.com>
This commit is contained in:
Justin Cormack 2016-01-26 11:24:46 +00:00
parent c0c14ebf23
commit 8b86109756

View File

@ -4,7 +4,8 @@ description="docker config update manager"
depend()
{
need 9pinit docker
need 9pinit
after docker
}
start()