# This is the master xinetd configuration file. Settings in the # default section will be inherited by all service configurations # unless explicitly overridden in the service configuration. See # xinetd.conf in the man pages for a more detailed explanation of # these attributes. defaults { # The next two items are intended to be a quick access place to # temporarily enable or disable services. # enabled = # disabled = # Define general logging characteristics. log_type = SYSLOG daemon info log_on_failure = HOST log_on_success = PID HOST DURATION EXIT # Define access restriction defaults # # no_access = # only_from = # max_load = 0 cps = 50 10 instances = 50 per_source = 10 # Address and networking defaults # # bind = v6only = no # setup environmental attributes # # passenv = groups = yes umask = 0022 } # Source the service specific configuration files. By default only # services that are specified in the "enabled" line in above are # actually activated. You may need to edit the service configuration # files in the xinetd.d directory before they will work for your # particular setup. For an empty configuration file template see # empty.conf in the documentation directory (usually # /usr/share/doc/xinetd-*). includedir /etc/xinetd.d