Commit 514b26e2 authored by Jeromy's avatar Jeromy

remove sigquit from handled signals

parent c2b497e3
......@@ -510,6 +510,6 @@ func (i *cmdInvocation) setupInterruptHandler() {
func allInterruptSignals() chan os.Signal {
sigc := make(chan os.Signal, 1)
signal.Notify(sigc, syscall.SIGHUP, syscall.SIGINT,
syscall.SIGTERM, syscall.SIGQUIT)
syscall.SIGTERM)
return sigc
}
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment