diff options
-rw-r--r-- | net/server_epoll.lua | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/net/server_epoll.lua b/net/server_epoll.lua index 98a9f306..c946a751 100644 --- a/net/server_epoll.lua +++ b/net/server_epoll.lua @@ -1159,6 +1159,7 @@ if have_signal and signal.signalfd then local watch = watchfd(sigfd, dispatch); watch.listeners = { onsignal = cb }; watch.close = nil; -- revert to default + watch:noise("Signal handler %d ready", signum); return watch; end end |