mirror of
https://github.com/linuxkit/linuxkit.git
synced 2025-07-19 17:26:28 +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 {
|
||||
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
|
||||
|
Loading…
Reference in New Issue
Block a user