core.features: Advertise that events are fired for SIGUSR1/2
authorKim Alvefur <zash@zash.se>
Sat, 02 Mar 2024 14:14:27 +0100
changeset 13459 2a001cd7f99a
parent 13458 b0c27628f588
child 13460 e9ab660b9c5f
core.features: Advertise that events are fired for SIGUSR1/2 Moved here from mod_posix since these events no longer originate there
core/features.lua
--- a/core/features.lua	Sat Mar 02 14:08:47 2024 +0100
+++ b/core/features.lua	Sat Mar 02 14:14:27 2024 +0100
@@ -26,5 +26,8 @@
 
 		-- new module.ready()
 		"module-ready";
+
+		-- SIGUSR1 and 2 events
+		"signal-events";
 	};
 };