diff --git a/server/cmd/preconfig_pos.go b/server/cmd/preconfig_pos.go index aea3c80..a0be9fc 100644 --- a/server/cmd/preconfig_pos.go +++ b/server/cmd/preconfig_pos.go @@ -15,7 +15,7 @@ func Preconfig(dkill bool) { signal.Notify(sigc, syscall.SIGHUP, syscall.SIGINT, - syscall.SIGSTOP, + syscall.SIGPIPE, syscall.SIGTERM, syscall.SIGQUIT)