remove 9pinit package, work now done by appropriate packages or mobyconfig tool

Signed-off-by: Justin Cormack <justin.cormack@docker.com>
This commit is contained in:
Justin Cormack
2016-04-07 16:40:54 +01:00
parent 69139c1ec9
commit 3c9c67bb16
5 changed files with 4 additions and 32 deletions

View File

@@ -4,7 +4,6 @@ description="docker config update manager"
depend()
{
need 9pinit
after docker
}
@@ -16,7 +15,7 @@ start()
DOCKERPIDFILE=/run/docker.pid
WATCH=$(mobyconfig watch /etc/daemon.json)
[ -z "${WATCH}" && exit 1
[ -z "${WATCH}" ] && exit 1
start-stop-daemon --start --quiet \
--background \