Changeset ed3ae7e for doc/README
- Timestamp:
- 2008-03-03T00:08:49Z (17 years ago)
- Branches:
- master
- Children:
- 7f421d6
- Parents:
- 171ef85
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
doc/README
r171ef85 red3ae7e 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 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) 43 57 44 58
Note: See TracChangeset
for help on using the changeset viewer.