mirror of
https://github.com/linuxkit/linuxkit.git
synced 2025-07-21 01:59:07 +00:00
fix hupper killing docker on start
Signed-off-by: Justin Cormack <justin.cormack@docker.com>
This commit is contained in:
parent
ab87dabb3d
commit
33c093b236
@ -47,6 +47,9 @@ func main() {
|
|||||||
if err != nil && err != io.EOF {
|
if err != nil && err != io.EOF {
|
||||||
log.Fatalln("Error reading watch file", err)
|
log.Fatalln("Error reading watch file", err)
|
||||||
}
|
}
|
||||||
|
if err == io.EOF {
|
||||||
|
continue
|
||||||
|
}
|
||||||
// a few changes eg debug do not require a daemon restart
|
// a few changes eg debug do not require a daemon restart
|
||||||
// however at present we cannot check changes, and most do
|
// however at present we cannot check changes, and most do
|
||||||
restart := true
|
restart := true
|
||||||
|
Loading…
Reference in New Issue
Block a user