~lericson/bitlbee/mek-ft

« back to all changes in this revision

Viewing changes to doc/README

  • Committer: Ludvig Ericson
  • Date: 2008-04-17 18:31:13 UTC
  • mfrom: (167.1.212 devel)
  • Revision ID: toxik@odin.valhall-20080417183113-q4a6omurimkt4q8y
Merge.

Show diffs side-by-side

added added

removed removed

Lines of Context:
41
41
by default) and chown it to the UID BitlBee is running as. Make sure this
42
42
directory is read-/writable by this user only.
43
43
 
 
44
--- (Fork)Daemon mode
 
45
 
 
46
If you don't want to run any inetd daemon, you can run BitlBee in Daemon
 
47
mode. Right now, daemon mode may be a bad idea on servers with multiple
 
48
users, since possible fatal BitlBee bugs will crash the BitlBee process and
 
49
disconnect all connected users at once. Instead, you can use ForkDaemon
 
50
mode, which serves every user from a separate process, without depending on
 
51
an inetd daemon.
 
52
 
 
53
To use BitlBee in daemon mode, just start it with the right flags or enable
 
54
it in bitlbee.conf. You probably want to write an init script to start
 
55
BitlBee automatically after a reboot. (This is where you realise using
 
56
a package from your distro would've been a better idea. :-P)
 
57
 
44
58
 
45
59
DEPENDENCIES
46
60
============