View | Details | Raw Unified | Return to bug 136267
Collapse All | Expand All

(-)prosody.cfg.lua.install.in (+3 lines)
Lines 34-39 Link Here
34
Host "*"
34
Host "*"
35
	prosody_user = "prosody"
35
	prosody_user = "prosody"
36
        pidfile = "%%PREFIX%%/var/lib/prosody/prosody.pid"	
36
        pidfile = "%%PREFIX%%/var/lib/prosody/prosody.pid"	
37
	log = {
38
          { levels = { min = "info" }, to = "syslog" };
39
        }
37
	-- This is the list of modules Prosody will load on startup.
40
	-- This is the list of modules Prosody will load on startup.
38
	-- It looks for mod_modulename.lua in the plugins folder, so make sure that exists too.
41
	-- It looks for mod_modulename.lua in the plugins folder, so make sure that exists too.
39
	modules_enabled = {
42
	modules_enabled = {

Return to bug 136267