# default: off
# description: LDM Info Daemon
service ldminfod
{
	disable		= yes
	type		= UNLISTED
	socket_type     = stream
	wait            = no
	user            = nobody
	server          = /usr/sbin/tcpd
	server_args     = /usr/sbin/ldminfod
	log_on_failure  += USERID
	port		= 9571
}
