plugins/muc/lock.lib: lock inside of pre-create instead of 'created'
[prosody.git] / plugins / mod_posix.lua
index 7a6ccd9478ba13fbb0b4c292914b4c044f5ef64c..69542c9690ee405f725c9284fcfffcc91dd10422 100644 (file)
@@ -128,7 +128,7 @@ function syslog_sink_maker(config)
 end
 require "core.loggingmanager".register_sink_type("syslog", syslog_sink_maker);
 
-local daemonize = module:get_option("daemonize");
+local daemonize = module:get_option("daemonize", prosody.installed);
 if daemonize == nil then
        local no_daemonize = module:get_option("no_daemonize"); --COMPAT w/ 0.5
        daemonize = not no_daemonize;