## xinetd file for BitlBee. Please check this file before using it, the
## user, port and/or binary location might be wrong.

service ircd
{
	disable		= yes
	socket_type     = stream
	protocol        = tcp
	wait            = no
	user            = bitlbee
	server          = /usr/sbin/bitlbee
	port		= 6667
	bind		= 127.0.0.1
}
