diff --git a/hk/housekeeper.go b/hk/housekeeper.go index 88ebe12fef2..12d3886ac50 100644 --- a/hk/housekeeper.go +++ b/hk/housekeeper.go @@ -122,7 +122,6 @@ func (*hk) Stop(error) { HK.stopCh.Close() } func (hk *hk) Run() (err error) { signal.Notify(hk.sigCh, - syscall.SIGHUP, // kill -SIGHUP syscall.SIGINT, // kill -SIGINT (Ctrl-C) syscall.SIGTERM, // kill -SIGTERM syscall.SIGQUIT, // kill -SIGQUIT