mirror of
https://github.com/bjc/prosody.git
synced 2025-04-03 05:07:42 +03:00
prosody.cfg.lua.dist: Remove mention of syslog near mod_posix
The syslog sink was moved out of mod_posix into core.loggingmanager in 1460c4966262 See #541
This commit is contained in:
parent
80a58e551b
commit
3731922cb2
1 changed files with 1 additions and 1 deletions
|
@ -92,7 +92,7 @@ modules_disabled = {
|
|||
-- "offline"; -- Store offline messages
|
||||
-- "c2s"; -- Handle client connections
|
||||
-- "s2s"; -- Handle server-to-server connections
|
||||
-- "posix"; -- POSIX functionality, sends server to background, enables syslog, etc.
|
||||
-- "posix"; -- POSIX functionality, sends server to background, etc.
|
||||
}
|
||||
|
||||
-- Disable account creation by default, for security
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue