# default: off
# description: The ebnetd provides a service to access "CD-ROM books" \
#              through EBNET protocol, which the EB library supports.
service ndtp
{
	disable		= yes
	flags		= IPv6
	socket_type	= stream
	protocol	= tcp
	wait		= no
	user		= root
	passenv		= PATH
	server		= /usr/sbin/ndtpd
	env		= HOME=/var/run/ebnetd
	server_args	= --inetd
	log_on_failure	+= USERID
}
