--- prosody.cfg.lua.dist.old 2009-09-27 12:21:29.000000000 +0000 +++ prosody.cfg.lua.dist 2009-10-26 17:16:02.000000000 +0000 @@ -32,6 +32,14 @@ -- Server-wide settings go in this section Host "*" + prosody_user = "jabber" + prosody_group = "jabber" + pidfile = "/var/run/jabber/prosody.pid" + + log = "/var/log/jabber/prosody.log" + -- Requires mod_posix to be loaded + -- log = "*syslog" + -- This is a (by default, empty) list of accounts that are admins -- for the server. Note that you must create the accounts separately -- (see http://prosody.im/doc/creating_accounts for info)