From 14327233b9b085ea2ffe042238e07692cc24eed4 Mon Sep 17 00:00:00 2001 From: Christof Schulze <christof.schulze@gmx.net> Date: Mon, 24 Mar 2025 00:08:14 +0100 Subject: [PATCH] prosody: daemonize removed this is handled via cli option and therefore by docker --- templates/prosody/prosody.cfg.lua.j2 | 3 --- 1 file changed, 3 deletions(-) diff --git a/templates/prosody/prosody.cfg.lua.j2 b/templates/prosody/prosody.cfg.lua.j2 index 12f049b..04c794f 100644 --- a/templates/prosody/prosody.cfg.lua.j2 +++ b/templates/prosody/prosody.cfg.lua.j2 @@ -1,6 +1,3 @@ --- When running in Docker do not daemonize (for nice shutdown, logging etc.) -daemonize = false; - -- Prosody XMPP Server Configuration -- -- Information on configuring Prosody can be found on our