From dbf03b6b4c335fed8fb928137828da675e16ec3f Mon Sep 17 00:00:00 2001 From: Gregor Kleen Date: Sat, 21 Apr 2018 16:47:04 +0200 Subject: =?UTF-8?q?=E2=80=A6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ymir.nix | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/ymir.nix b/ymir.nix index 20f634cb..c3577a24 100644 --- a/ymir.nix +++ b/ymir.nix @@ -270,13 +270,15 @@ in rec { "watchuntrusted" ]; extraConfig = '' + daemonize = false + reload_modules = { "group", "tls" } authentication="custom" custom_alias_file="/etc/prosody/aliases" custom_alias_secret_file="/etc/prosody/alias_secret" log = { - { levels = { min = "debug" }, to = "console" } + { levels = { min = "info" }, to = "console" } } Component "alias.xmpp.li" -- cgit v1.2.3