diff --git a/components/server/server.go b/components/server/server.go index 06c8954..c8fd9be 100644 --- a/components/server/server.go +++ b/components/server/server.go @@ -169,7 +169,6 @@ func Start() (err error) { } hades := make(chan os.Signal, 1) signal.Notify(hades, - os.Interrupt, syscall.SIGHUP, syscall.SIGINT, syscall.SIGTERM, syscall.SIGQUIT) go func() {