summaryrefslogtreecommitdiff
path: root/community/dictd/dictd.xinetd
diff options
context:
space:
mode:
Diffstat (limited to 'community/dictd/dictd.xinetd')
-rw-r--r--community/dictd/dictd.xinetd12
1 files changed, 12 insertions, 0 deletions
diff --git a/community/dictd/dictd.xinetd b/community/dictd/dictd.xinetd
new file mode 100644
index 000000000..0ae5cb411
--- /dev/null
+++ b/community/dictd/dictd.xinetd
@@ -0,0 +1,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
+}