From 417d6e9d2c55a1ccc0c0b37cecb65d9b9f8f459f Mon Sep 17 00:00:00 2001 From: meaz Date: Sun, 8 Aug 2021 07:45:56 +0200 Subject: [PATCH] remove daemonize as it is deprecated --- defaults/mod.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/defaults/mod.yml b/defaults/mod.yml index f069f73..8e93324 100644 --- a/defaults/mod.yml +++ b/defaults/mod.yml @@ -125,8 +125,6 @@ prosody_modules: - name: 'posix' description: 'POSIX functionality, sends server to background, enables syslog, etc.' module_enabled: 'true' - extra_options: - - 'daemonize = true' - name: 'limits' description: 'Enable bandwidth limiting for XMPP connections.' -- 2.30.2