mirror of https://github.com/knative/pkg.git
This reverts commit 1fb9a43308
.
This commit is contained in:
parent
de32ec136d
commit
1ba51667e8
|
@ -23,4 +23,4 @@ import (
|
||||||
"syscall"
|
"syscall"
|
||||||
)
|
)
|
||||||
|
|
||||||
var shutdownSignals = []os.Signal{os.Interrupt, syscall.SIGTERM, syscall.SIGPIPE}
|
var shutdownSignals = []os.Signal{os.Interrupt, syscall.SIGTERM}
|
||||||
|
|
Loading…
Reference in New Issue