diff --git a/bin/juxtaposer/util/signal_listener.go b/bin/juxtaposer/util/signal_listener.go index 191cc30c1..7158bf120 100644 --- a/bin/juxtaposer/util/signal_listener.go +++ b/bin/juxtaposer/util/signal_listener.go @@ -14,9 +14,10 @@ func RegisterShutdownSignalCallback(shutdownChannel chan<- bool) { syscall.SIGABRT, syscall.SIGHUP, syscall.SIGINT, - syscall.SIGUSR1, + syscall.SIGPIPE, syscall.SIGQUIT, syscall.SIGTERM, + syscall.SIGUSR1, ) go func() {