mirror of
https://github.com/linuxkit/linuxkit.git
synced 2026-01-30 00:05:53 +00:00
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:
@@ -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 \
|
||||
|
||||
Reference in New Issue
Block a user