13 lines
238 B
Text
13 lines
238 B
Text
service dict
|
|
{
|
|
disable = yes
|
|
type = UNLISTED
|
|
port = 2628
|
|
socket_type = stream
|
|
protocol = tcp
|
|
wait = no
|
|
user = dictd
|
|
group = dictd
|
|
server = /usr/bin/dictd
|
|
server_args = -c /etc/dict/dictd.conf -i --locale en_US.UTF-8 -s
|
|
}
|