mirror of
https://github.com/bjc/prosody.git
synced 2025-04-03 05:07:42 +03:00
net.server_epoll: Add support for systemd socket activation
Allows creating listening sockets and accepting client connections before Prosody starts. This is unlike normal Prosody dynamic resource management, where ports may added and removed at any time, and the ports defined by the config. Weird things happen if these are closed (e.g. due to reload) so here we prevent closing and ensure sockets are reused when opened again.
This commit is contained in:
parent
58af0798b7
commit
2647c56106
2 changed files with 41 additions and 0 deletions
1
CHANGES
1
CHANGES
|
@ -68,6 +68,7 @@ TRUNK
|
|||
- Arguments to `prosodyctl shell` that start with ':' are now turned into method calls
|
||||
- Support for Type=notify and notify-reload systemd service type added
|
||||
- Support for the roster *group* access_model in mod_pep
|
||||
- Support for systemd socket activation in server_epoll
|
||||
|
||||
## Removed
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue