aboutsummaryrefslogtreecommitdiffstats
path: root/doc/bitlbee.xinetd
blob: 5b2dec3f1872fe54669dffb3a7cc88497a516a42 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
## xinetd file for BitlBee. Please check this file before using it, the
## user, port and/or binary location might be wrong.

service 6667
{
	socket_type     = stream
	protocol        = tcp
	wait            = no
	user            = nobody
	server          = /usr/local/sbin/bitlbee
	port		= 6667
}