xinetd.conf (xinetd-2.3.15) | : | xinetd.conf (xinetd-2.3.15.4.tar.xz) | ||
---|---|---|---|---|
skipping to change at line 16 | skipping to change at line 16 | |||
# these attributes. | # these attributes. | |||
defaults | defaults | |||
{ | { | |||
# The next two items are intended to be a quick access place to | # The next two items are intended to be a quick access place to | |||
# temporarily enable or disable services. | # temporarily enable or disable services. | |||
# | # | |||
# enabled = | # enabled = | |||
# disabled = | # disabled = | |||
# Previous default in SUSE - please don't forget to use the logrotate. The | ||||
# sample configuration is in /usr/share/packages/doc/xinetd/logrotate | ||||
# log_type = FILE /var/log/xinetd.log | ||||
# Define general logging characteristics. | # Define general logging characteristics. | |||
log_type = SYSLOG daemon info | log_type = SYSLOG daemon info | |||
log_on_failure = HOST | log_on_failure = HOST ATTEMPT | |||
log_on_success = PID HOST DURATION EXIT | log_on_success = HOST EXIT DURATION | |||
# Define access restriction defaults | # Define access restriction defaults | |||
# | # | |||
# no_access = | # no_access = | |||
# only_from = | # only_from = localhost | |||
# max_load = 0 | # max_load = 0 | |||
cps = 50 10 | cps = 50 10 | |||
instances = 50 | instances = 30 | |||
per_source = 10 | per_source = 10 | |||
# | ||||
# The specification of an interface is interesting, if we are on a firewall. | ||||
# For example, if you only want to provide services from an internal | ||||
# network interface, you may specify your internal interfaces IP-Address. | ||||
# | ||||
# bind = 127.0.0.1 | ||||
# Address and networking defaults | # Address and networking defaults | |||
# | # | |||
# bind = | # bind = | |||
# mdns = yes | # mdns = yes | |||
v6only = no | v6only = no | |||
# setup environmental attributes | # setup environmental attributes | |||
# | # | |||
# passenv = | # passenv = | |||
groups = yes | groups = yes | |||
End of changes. 5 change blocks. | ||||
4 lines changed or deleted | 15 lines changed or added |