# default: off
# description: The BOFH server answers returns a random BOFH-style excuse
service bofh
{
	type 		= unlisted
	port		= 666
	socket_type	= stream
	protocol	= tcp
	wait		= no
	user		= nobody
	server		= /usr/sbin/bofh
	server_args	= /usr/share/bofh-server/excuses
	disable		= yes
}
