mirror of
https://github.com/linuxkit/linuxkit.git
synced 2025-07-24 19:28:09 +00:00
fix hupper path
Signed-off-by: Justin Cormack <justin.cormack@docker.com>
This commit is contained in:
parent
9844e5f82f
commit
e49fff3c5e
@ -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