- Timestamp:
- 2010-07-29T19:30:47Z (14 years ago)
- Branches:
- master
- Children:
- 8b61469
- Parents:
- 1521a85
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
doc/README
r1521a85 rb925666 9 9 make install will move all the files to the right places. 10 10 11 --- inetd installation 11 --- (Fork)Daemon mode 12 13 These days ForkDaemon mode is the recommended way of running BitlBee. The 14 difference between Daemon and ForkDaemon mode is that in the latter, a 15 separate process is spawned for every user. This costs a little bit more 16 memory, but means that if one user hits a bug in the code, not all other 17 users get disconnected with him/her. 18 19 To use BitlBee in any daemon mode, just start it with the right flags or 20 enable it in bitlbee.conf (see the RunMode option). You probably want to 21 write an init script to start BitlBee automatically after a reboot. (This 22 is where you realise using a package from your distro would've been a better 23 idea. :-P) 24 25 Please do make sure that the user BitlBee runs as (not root, please!) is 26 able to read from and write to the /var/lib/bitlbee directory to save your 27 settings! 28 29 --- inetd installation (more or less deprecated) 12 30 13 31 After installation you have to set up inetd (you got that one running, … … 27 45 you choose), add it and use that name in the inetd.conf entry. 28 46 29 -- xinetd installation 47 -- xinetd installation (equally deprecated) 30 48 31 49 Most machines use xinetd instead of inetd these days. If your machine runs … … 41 59 by default) and chown it to the UID BitlBee is running as. Make sure this 42 60 directory is read-/writable by this user only. 43 44 --- (Fork)Daemon mode45 46 If you don't want to run any inetd daemon, you can run BitlBee in Daemon47 mode. Right now, daemon mode may be a bad idea on servers with multiple48 users, since possible fatal BitlBee bugs will crash the BitlBee process and49 disconnect all connected users at once. Instead, you can use ForkDaemon50 mode, which serves every user from a separate process, without depending on51 an inetd daemon.52 53 To use BitlBee in daemon mode, just start it with the right flags or enable54 it in bitlbee.conf. You probably want to write an init script to start55 BitlBee automatically after a reboot. (This is where you realise using56 a package from your distro would've been a better idea. :-P)57 58 Note that the BitlBee code is getting stable enough for daemon mode to be59 useful. Some public servers use it, and it saves a lot of memory by serving60 tens of users from a single process. One crash affects all users, but these61 are becoming quite rare.62 61 63 62 … … 139 138 http://bugs.bitlbee.org/ 140 139 141 Our version control system is Bazaar -NG. Our repository is at:140 Our version control system is Bazaar. Our repository is at: 142 141 http://code.bitlbee.org/ 142 143 More documentation on the Wiki: 144 http://wiki.bitlbee.org/ 143 145 144 146 … … 186 188 BitlBee - An IRC to other chat networks gateway 187 189 <http://www.bitlbee.org/> 188 Copyright (C) 2002-20 07Wilmer van der Gaast <wilmer@gaast.net>190 Copyright (C) 2002-2010 Wilmer van der Gaast <wilmer@gaast.net> 189 191 and others
Note: See TracChangeset
for help on using the changeset viewer.