From 8331e66497211f64481e01deb3c29ebd54cdb6b3 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 6c759db..5000047 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