Fixed the binary path - everyone needs to adjust it anyway.
[inetdmx.git] / inetdmx.xinetd
1 # $Id$
2
3 service httpd-stage-perl-xinetd
4 {
5         disable = no
6         port                    = 83
7         type                    = UNLISTED
8         socket_type             = stream
9         protocol                = tcp
10         wait                    = no
11         user                    = root
12         bind                    = 127.0.0.1
13         server                  = /root/src/inetdmx/inetdmx
14         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
15 }