From 2647c561060c75bac537ff4a77543cf7078dc713 Mon Sep 17 00:00:00 2001 From: Kim Alvefur Date: Tue, 14 May 2024 17:07:47 +0200 Subject: 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. --- CHANGES | 1 + 1 file changed, 1 insertion(+) (limited to 'CHANGES') diff --git a/CHANGES b/CHANGES index 70aa13c3..4938f013 100644 --- a/CHANGES +++ b/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 -- cgit v1.2.3