grim/containers/prosody

false is a type not a string...

2019-10-24, Gary Kramlich
ee764480fd24
Parents ea16a2fbbd61
Children 32ae77026ca6
false is a type not a string...
--- a/prosody.cfg.lua Thu Oct 24 03:28:39 2019 -0500
+++ b/prosody.cfg.lua Thu Oct 24 04:13:34 2019 -0500
@@ -6,7 +6,7 @@
---------- Server-wide settings ----------
admins = { }
use_libevent = true
-daemonize = "false";
+daemonize = false;
pidfile="/run/prosody/prosody.pid";
plugin_paths = { "/usr/lib/prosody/modules"; }