aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--core/features.lua3
1 files changed, 3 insertions, 0 deletions
diff --git a/core/features.lua b/core/features.lua
index 02086db7..99edde51 100644
--- a/core/features.lua
+++ b/core/features.lua
@@ -26,5 +26,8 @@ return {
-- new module.ready()
"module-ready";
+
+ -- SIGUSR1 and 2 events
+ "signal-events";
};
};