mirror of
https://github.com/linuxkit/linuxkit.git
synced 2025-08-02 15:31:12 +00:00
fix hupper path
Signed-off-by: Justin Cormack <justin.cormack@docker.com>
This commit is contained in:
parent
67d9192819
commit
e4680e612b
@ -13,7 +13,7 @@ start()
|
|||||||
|
|
||||||
PIDFILE=/run/hupper.pid
|
PIDFILE=/run/hupper.pid
|
||||||
DOCKERPIDFILE=/run/docker.pid
|
DOCKERPIDFILE=/run/docker.pid
|
||||||
WATCH=$(mobyconfig watch /etc/daemon.json)
|
WATCH=$(mobyconfig watch /etc/docker/daemon.json)
|
||||||
|
|
||||||
[ -z "${WATCH}" ] && exit 1
|
[ -z "${WATCH}" ] && exit 1
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user