diff options
author | Kim Alvefur <zash@zash.se> | 2019-11-19 17:38:38 +0100 |
---|---|---|
committer | Kim Alvefur <zash@zash.se> | 2019-11-19 17:38:38 +0100 |
commit | bc6a329167cc1b7440db97358268005d54ac107c (patch) | |
tree | 45459cd308594fc9d9458a05d6f8b27c4d340d75 /prosody.cfg.lua.dist | |
parent | 4216970602aaf459c0f3b0f408eae7d6239f6861 (diff) | |
download | prosody-bc6a329167cc1b7440db97358268005d54ac107c.tar.gz prosody-bc6a329167cc1b7440db97358268005d54ac107c.zip |
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
Diffstat (limited to 'prosody.cfg.lua.dist')
-rw-r--r-- | prosody.cfg.lua.dist | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/prosody.cfg.lua.dist b/prosody.cfg.lua.dist index 0d74cf66..c6a210e5 100644 --- a/prosody.cfg.lua.dist +++ b/prosody.cfg.lua.dist @@ -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 |