summaryrefslogtreecommitdiffstats
path: root/btimed.xinetd
diff options
context:
space:
mode:
authorNate Straz <nstraz@redhat.com>2005-09-13 18:43:56 +0000
committerNathan Straz <nstraz@redhat.com>2008-09-23 09:37:44 -0400
commit60fd79294546d08d729074323052b3ea1a56a20e (patch)
treec92cec87d9c82f4f18cc7c1561ea7af35db72759 /btimed.xinetd
parent8bd361e185489e2ce2f0582e3c70de9bf6451a08 (diff)
downloadqarsh-60fd79294546d08d729074323052b3ea1a56a20e.tar.gz
qarsh-60fd79294546d08d729074323052b3ea1a56a20e.tar.xz
qarsh-60fd79294546d08d729074323052b3ea1a56a20e.zip
Merge r1727 from sistina-test branch djansa-qarsh
Diffstat (limited to 'btimed.xinetd')
-rw-r--r--btimed.xinetd13
1 files changed, 13 insertions, 0 deletions
diff --git a/btimed.xinetd b/btimed.xinetd
new file mode 100644
index 0000000..390e0f7
--- /dev/null
+++ b/btimed.xinetd
@@ -0,0 +1,13 @@
+# default: on
+# description: btimed
+
+service qarshd
+{
+ type = UNLISTED
+ disable = no
+ port = 23456
+ socket_type = dgram
+ wait = yes
+ user = root
+ server = /home/msp/djansa/src/svn/djansa-qarsh/src/btime/btimed
+}