Sophie

Sophie

distrib > Mandriva > 2010.1 > x86_64 > by-pkgid > fef9760968f619a4d3a01eccd92d5de8 > files > 1

dictd-1.10.1-6mdv2008.1.src.rpm

# default: off
# description: dictd server, xinetd version. \
# Don't run the standalone version if you run this.
service dict
{
	disable			= yes
	socket_type		= stream
	wait			= no
	protocol		= tcp
	user			= root
	server			= /usr/sbin/dictd
	server_args		= -i
# Comment the next line to allow connection from everywhere (instead of only
# localhost). However, if you need to serve lots of dictd requests it is
# advised to use the dedicated demon instead of xinetd.
	bind			= 127.0.0.1
}