Import upstream 2.3.14
[packages/xinetd.git] / contrib / xinetd.d / tcpmux-server
1 # This is the configuration of the tcpmux server. It must be enabled in
2 # order to add any other tcpmux services.
3
4 service tcpmux
5 {
6 # This is for quick on or off of the service
7         disable         = yes
8
9 # The next attributes are mandatory for all services
10         id              = tcpmux-server
11         type            = INTERNAL
12         wait            = no
13         socket_type     = stream
14 #       protocol        =  socket type is usually enough
15
16 # External services must fill out the following
17 #       user            = root
18 #       group           =
19 #       server          =
20 #       server_args     =
21
22 # External services not listed in /etc/services must fill out the next one
23 #       port            =
24
25 # RPC based services must fill out these
26 #       rpc_version     =
27 #       rpc_number      =
28
29 # Logging options
30 #       log_type        =
31 #       log_on_success  =
32 #       log_on_failure  =
33
34 # Networking options
35 #       flags           =
36 #       bind            =
37 #       redirect        =
38 #       v6only          = 
39
40 # Access restrictions
41 #       only_from       =
42 #       no_access       =
43 #       access_times    =
44 #       cps             = 50 10
45 #       instances       = UNLIMITED
46 #       per_source      = UNLIMITED
47 #       max_load        = 0
48 #       deny_time       = 120
49 #       mdns            = yes 
50
51 # Environmental options
52 #       env             =
53 #       passenv         =
54 #       nice            = 0
55 #       umask           = 022
56 #       groups          = yes
57 #       rlimit_as       =
58 #       rlimit_cpu      =
59 #       rlimit_data     =
60 #       rlimit_rss      =
61 #       rlimit_stack    =
62
63 # Banner options. (Banners aren't normally used)
64 #       banner          =
65 #       banner_success  =
66 #       banner_fail     =
67 }
68