don't block SIGINT

This commit is contained in:
nek0 2023-12-09 13:38:23 +01:00
parent 7a01a2a601
commit 34eecc7cc0

View file

@ -56,6 +56,7 @@ main = do
(CatchOnce $ do
close' sock
removeIfExists setSocketPath
raiseSignal keyboardSignal
)
Nothing
Net.listen sock 1024