aboutsummaryrefslogtreecommitdiffstats
path: root/bitlbee.conf
diff options
context:
space:
mode:
authorJelmer Vernooij <jelmer@samba.org>2008-06-10 04:49:20 +0200
committerJelmer Vernooij <jelmer@samba.org>2008-06-10 04:49:20 +0200
commitddd477993505b1a97b705489c45a3f63594452b8 (patch)
tree6da5b0f5a1201e291c36035e16840dd8a0bed38c /bitlbee.conf
parent1bf94924d6ae35c4369006ddbb6405ff0af74fe8 (diff)
parentb6cd9e9fe0aa86e83fc4a43b3db2240839e2103a (diff)
Merge trunk.
Diffstat (limited to 'bitlbee.conf')
-rw-r--r--bitlbee.conf7
1 files changed, 3 insertions, 4 deletions
diff --git a/bitlbee.conf b/bitlbee.conf
index c03a564f..5fce2820 100644
--- a/bitlbee.conf
+++ b/bitlbee.conf
@@ -9,10 +9,9 @@
## RunMode:
##
## Inetd -- Run from inetd (default)
-## Daemon -- Run as a stand-alone daemon -- EXPERIMENTAL! BitlBee is not yet
-## stable enough to serve lots of users from one process. Because of this
-## and other reasons, the use of daemon-mode is *STRONGLY* discouraged,
-## don't even *think* of reporting bugs when you use this.
+## Daemon -- Run as a stand-alone daemon, serving all users from one process.
+## This saves memory if there are more users, the downside is that when one
+## user hits a crash-bug, all other users will also lose their connection.
## ForkDaemon -- Run as a stand-alone daemon, but keep all clients in separate
## child processes. This should be pretty safe and reliable to use instead
## of inetd mode.