# description: 	lit_itestd is the Leader InfoTech internet testing Tool. 
#	       	To use lit_itestd, connect to port 8006 with your 
#		favorite web browser.
service lit_itestd
{
	socket_type	= stream
	protocol	= tcp
	port		= 8006
	type		= UNLISTED
	wait 		= no
	user		= lit_itestd
	group		= lit_itestd
	server		= /usr/sbin/lit_itestd
	server_args	= -w /var/lib/lit_itestd
	log_on_failure	+= USERID
	disable 	= no
}
