diff --git a/cmd/cammount/cammount.go b/cmd/cammount/cammount.go index 079049f90..ff33870c7 100644 --- a/cmd/cammount/cammount.go +++ b/cmd/cammount/cammount.go @@ -147,7 +147,7 @@ func main() { } } - signal.Notify(sigc, syscall.SIGQUIT, syscall.SIGTERM) + signal.Notify(sigc, syscall.SIGQUIT, syscall.SIGTERM, syscall.SIGINT) doneServe := make(chan error, 1) go func() {