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
|
(CatchOnce $ do
|
||||||
close' sock
|
close' sock
|
||||||
removeIfExists setSocketPath
|
removeIfExists setSocketPath
|
||||||
|
raiseSignal keyboardSignal
|
||||||
)
|
)
|
||||||
Nothing
|
Nothing
|
||||||
Net.listen sock 1024
|
Net.listen sock 1024
|
||||||
|
|
Loading…
Reference in a new issue