From f1bd817f332faf25843d92e3f6f9458081bdc357 Mon Sep 17 00:00:00 2001 From: meaz Date: Tue, 2 Nov 2021 14:39:14 +0000 Subject: [PATCH] remove daemonize as it is deprecated (#12) Co-authored-by: meaz Reviewed-on: https://git.disroot.org/Disroot-Ansible/prosody/pulls/12 Reviewed-by: antilopa Reviewed-by: muppeth Co-authored-by: meaz Co-committed-by: meaz --- 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.'