- Timestamp:
- 2018-03-26T03:28:03Z (7 years ago)
- Branches:
- master
- Children:
- 5bb4477
- Parents:
- 2b6cb87
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
doc/bitlbee.8
r2b6cb87 r296a6fb 41 41 &bitlbee. 42 42 43 \fBbitlbee\fP should be called by 44 .BR inetd (8), 45 or you can run it as a stand-alone daemon. 43 \fBbitlbee\fP is normally started as a system service (with init 44 scripts, systemd units or equivalent). It can also be run as an 45 .BR inetd (8) 46 / 47 .BR xinetd (8) 48 service or a stand-alone daemon with the options below. 49 50 To use it, connect to it with an IRC client with a command such as 51 "/connect localhost" 52 46 53 .PP 47 .SH OPTIONS54 .SH RUN MODES 48 55 .PP 49 56 .IP "-I" 50 57 Run in 51 58 .BR inetd (8) 52 mode. This is the default setting , you usually don't have to specify this53 option.59 mode. This is the default setting for historical reasons, but not the 60 recommended one (See ForkDaemon below). 54 61 .IP "-D" 55 Run in daemonmode. In this mode, BitlBee forks to the background and62 Run in \fBDaemon\fP mode. In this mode, BitlBee forks to the background and 56 63 waits for new connections. All clients will be served from one process. 64 This mode is also useful for debugging. 57 65 .IP "-F" 58 Run in ForkDaemonmode. This is similar to ordinary daemon mode, but every66 Run in \fBForkDaemon\fP mode. This is similar to ordinary daemon mode, but every 59 67 client gets its own process. Easier to set up than inetd mode, and without 60 the possible stability issues. 68 the possible stability issues. This is the recommended runmode for most 69 use cases. 70 71 .PP 72 .SH OPTIONS 73 .PP 74 61 75 .IP "-i \fIaddress\fP" 62 Only useful when running in daemon mode, to specifythe network interface76 When running in daemon mode, specifies the network interface 63 77 (identified by IP address) to which the daemon should attach. Use this if 64 78 you don't want BitlBee to listen on every interface (which is the default 65 79 behaviour). 66 80 .IP "-p \fIport number\fP" 67 Only useful when running in daemon mode, to specifythe port number on81 When running in daemon mode, specifies the port number on 68 82 which BitlBee should listen for connections. 6667 is the default value. 69 83 .IP "-n" 70 Only useful when running in daemon mode. This option prevents BitlBee from84 Wehn running in daemon mode, this option prevents BitlBee from 71 85 forking into the background. 72 86 .IP "-v" … … 82 96 .SH COMMANDS 83 97 To get a complete list of commands, please use the \fBhelp commands\fP 84 command in the &bitlbee channel .98 command in the &bitlbee channel after connecting to bitlbee. 85 99 .SH "SEE ALSO" 86 .BR ircd (8),87 100 .BR inetd (8), 88 .BR inetd.conf (5), 89 .BR gaim (1). 101 .BR inetd.conf (5) 90 102 91 103 .BR http://www.bitlbee.org/ 92 104 93 105 For more information on using BitlBee, once connected, you should use 94 the on-line help system.106 the \fBhelp\fP command in the &bitlbee channel. 95 107 .SH BUGS 96 108 Of course there are bugs. If you find some, please report them at
Note: See TracChangeset
for help on using the changeset viewer.