mirror of
https://github.com/bjc/prosody.git
synced 2025-04-04 13:47:41 +03:00
core.features: Advertise that events are fired for SIGUSR1/2
Moved here from mod_posix since these events no longer originate there
This commit is contained in:
parent
dd973a9e43
commit
72f1094ea4
1 changed files with 3 additions and 0 deletions
|
@ -26,5 +26,8 @@ return {
|
||||||
|
|
||||||
-- new module.ready()
|
-- new module.ready()
|
||||||
"module-ready";
|
"module-ready";
|
||||||
|
|
||||||
|
-- SIGUSR1 and 2 events
|
||||||
|
"signal-events";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue