]> git.treefish.org Git - fex.git/blobdiff - etc/xinetd_fex
Original release 20150729
[fex.git] / etc / xinetd_fex
index c25a3db549f19127d4a9f52a628e1b1722ded707..8b4229971f2b69d22d71abd663565adcbfc408f5 100644 (file)
@@ -3,18 +3,19 @@
 #
 service fex
 {
-       socket_type             = stream
-       wait                    = no
-        type                   = unlisted
-       protocol                = tcp
-        bind                   = ADDRESS
-       port                    = PORT
-        cps                    = 10 2
-       user                    = fex
-       groups                  = yes
-       server                  = FEXHOME/bin/fexsrv
-       nice                    = 0
-       disable                 = no
+       socket_type     = stream
+       wait            = no
+        type           = unlisted
+       protocol        = tcp
+        #flags         = IPv6
+        bind           = ADDRESS
+       port            = PORT
+        cps            = 10 2
+       user            = fex
+       groups          = yes
+       server          = FEXHOME/bin/fexsrv
+       nice            = 0
+       disable         = no
 }
 # configuration for https/SSL see /home/fex/doc/SSL
 # configuration for IPv6 see /home/fex/doc/IPv6