mirror of https://github.com/perkeep/perkeep.git
Merge "cammount: handle SIGINT, so that we unmount too in that case."
This commit is contained in:
commit
f465124e71
|
@ -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() {
|
||||
|
|
Loading…
Reference in New Issue