## xinetd file for dicod. Please check this file before using it, the
## user, port and/or binary location might be wrong.

service dict
{
	socket_type     = stream
	protocol        = tcp
	wait            = no
	user            = dicod
	disable         = yes
	server          = /usr/bin/dicod
	server_args     = --inetd
	flags           = IPv6
}
