# default: off
# description: A chargen server. This is the tcp version.

service	chargen
{
	disable		= yes
	type		= INTERNAL
	id			= chargen-stream
	socket_type	= stream
	protocol	= tcp
	user		= root
	wait		= no
}                                                                               
