fix hupper killing docker on start

Signed-off-by: Justin Cormack <justin.cormack@docker.com>
This commit is contained in:
Justin Cormack 2016-02-01 21:32:28 +00:00
parent ab87dabb3d
commit 33c093b236

View File

@ -47,6 +47,9 @@ func main() {
if err != nil && err != io.EOF {
log.Fatalln("Error reading watch file", err)
}
if err == io.EOF {
continue
}
// a few changes eg debug do not require a daemon restart
// however at present we cannot check changes, and most do
restart := true