summaryrefslogtreecommitdiffstats
path: root/deployd.xinetd
diff options
context:
space:
mode:
Diffstat (limited to 'deployd.xinetd')
-rw-r--r--deployd.xinetd10
1 files changed, 10 insertions, 0 deletions
diff --git a/deployd.xinetd b/deployd.xinetd
new file mode 100644
index 0000000..e7715b0
--- /dev/null
+++ b/deployd.xinetd
@@ -0,0 +1,10 @@
+service deployd
+{
+ socket_type = stream
+ protocol = tcp
+ type = UNLISTED
+ wait = no
+ user = root
+ server = /usr/sbin/deployd
+ port = 3710
+}