summaryrefslogtreecommitdiff
path: root/community/dictd/dictd.xinetd
blob: a3e3773dcfaff016e74e43c207ce46e7e4beda9d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
service dict
{
        disable = yes
	type = UNLISTED
	port = 2628
	socket_type = stream
	protocol = tcp
	wait = no
	user = daemon
	server = /usr/sbin/dictd
	server_args = -c /etc/dict/dictd.conf -i --locale en_US.UTF-8
}