Skip to content

Commit

Permalink
hk: remove SIGHUP from terminating signals
Browse files Browse the repository at this point in the history
Signed-off-by: Alex Aizman <[email protected]>
  • Loading branch information
alex-aizman committed Jan 30, 2025
1 parent 0ea054d commit 2620901
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion hk/housekeeper.go
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 2620901

Please sign in to comment.