Somehow 'packaged'.
[inetdmx.git] / inetdmx.xinetd
diff --git a/inetdmx.xinetd b/inetdmx.xinetd
new file mode 100644 (file)
index 0000000..619920e
--- /dev/null
@@ -0,0 +1,15 @@
+# $Id$
+
+service httpd-stage-perl-xinetd
+{
+       disable = no
+       port                    = 83
+       type                    = UNLISTED
+       socket_type             = stream
+       protocol                = tcp
+       wait                    = no
+       user                    = root
+       bind                    = 127.0.0.1
+       server                  = /root/src/inetdmx/inetdmx
+       server_args             = --start --start-command-timeout 60 --lock /var/lock/httpd-stage-perl-inetdmx.lock --syslog --port 84 /etc/init.d/httpd-stage-perl start;true
+}