grim/containers/prosody

06d0b419921c
Parents 96012daacfca
Children 36bb8a889535
Explicitly load the posix module and set daemonize to false
--- a/prosody.cfg.lua Mon Jan 13 01:46:45 2020 -0600
+++ b/prosody.cfg.lua Tue Feb 11 21:30:47 2020 -0600
@@ -44,10 +44,14 @@
"prometheus"; -- enable the prometheus plugin
"admin_telnet"; -- useful for debugging
+
+ "posix"; -- the posix module, we explicitly load it to tell it to not daemonize
}
modules_disabled = {}
+daemonize = false
+
allow_registration = false
c2s_require_encryption = true