don't block SIGINT
This commit is contained in:
parent
7a01a2a601
commit
34eecc7cc0
1 changed files with 1 additions and 0 deletions
|
@ -56,6 +56,7 @@ main = do
|
|||
(CatchOnce $ do
|
||||
close' sock
|
||||
removeIfExists setSocketPath
|
||||
raiseSignal keyboardSignal
|
||||
)
|
||||
Nothing
|
||||
Net.listen sock 1024
|
||||
|
|
Loading…
Reference in a new issue