summaryrefslogtreecommitdiff
path: root/community/dictd/dictd.xinetd
blob: 0ae5cb4118ddac00ca15c0ecdc195578241ccf39 (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/bin/dictd
	server_args = -c /etc/dict/dictd.conf -i --locale en_US.UTF-8
}