aboutsummaryrefslogtreecommitdiffstats
path: root/prosody.cfg.lua.dist
diff options
context:
space:
mode:
authorKim Alvefur <zash@zash.se>2019-11-19 17:38:38 +0100
committerKim Alvefur <zash@zash.se>2019-11-19 17:38:38 +0100
commitbc6a329167cc1b7440db97358268005d54ac107c (patch)
tree45459cd308594fc9d9458a05d6f8b27c4d340d75 /prosody.cfg.lua.dist
parent4216970602aaf459c0f3b0f408eae7d6239f6861 (diff)
downloadprosody-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.dist2
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