Scan media entities as well, not just url entities. This should expand more
[bitlbee.git] / doc / bitlbee.xinetd
blobb01e80058ef757a691c9599908a70d3b090f17dc
1 ## xinetd file for BitlBee. Please check this file before using it, the
2 ## user, port and/or binary location might be wrong.
4 ## This file assumes you have ircd somewhere in your /etc/services, if things
5 ## don't work, check that file first.
6 service ircd
8         socket_type     = stream
9         protocol        = tcp
10         wait            = no
11         
12         ## You most likely want to change these two
13         user            = nobody
14         server          = /usr/local/sbin/bitlbee -I
15         
16         ## You might want to limit access to localhost only:
17         # bind            = 127.0.0.1
18         
19         ## Thanks a lot to friedman@splode.com for telling us about the type
20         ## argument, so now this file can be used without having to edit
21         ## /etc/services too.
22         type            = UNLISTED
23         port            = 6667