From e49fff3c5ee959b80ff944386bcc066e5d3dc63b Mon Sep 17 00:00:00 2001 From: Justin Cormack Date: Mon, 11 Apr 2016 16:10:28 +0100 Subject: [PATCH] fix hupper path Signed-off-by: Justin Cormack --- alpine/packages/hupper/etc/init.d/hupper | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/alpine/packages/hupper/etc/init.d/hupper b/alpine/packages/hupper/etc/init.d/hupper index 21cfbfc07..43b014ca1 100755 --- a/alpine/packages/hupper/etc/init.d/hupper +++ b/alpine/packages/hupper/etc/init.d/hupper @@ -13,7 +13,7 @@ start() PIDFILE=/run/hupper.pid DOCKERPIDFILE=/run/docker.pid - WATCH=$(mobyconfig watch /etc/daemon.json) + WATCH=$(mobyconfig watch /etc/docker/daemon.json) [ -z "${WATCH}" ] && exit 1