Merge "cammount: handle SIGINT, so that we unmount too in that case."

This commit is contained in:
Mathieu Lonjaret 2013-10-17 15:00:54 +00:00 committed by Gerrit Code Review
commit f465124e71
1 changed files with 1 additions and 1 deletions

View File

@ -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() {