diff --git a/cmd/ledis-server/main.go b/cmd/ledis-server/main.go index 70328c4..31e056f 100644 --- a/cmd/ledis-server/main.go +++ b/cmd/ledis-server/main.go @@ -81,6 +81,8 @@ func main() { sc := make(chan os.Signal, 1) signal.Notify(sc, + os.Kill, + os.Interrupt, syscall.SIGHUP, syscall.SIGINT, syscall.SIGTERM,