16 lines
295 B
Plaintext
16 lines
295 B
Plaintext
#
|
|
# Simple configuration file for xinetd
|
|
#
|
|
# Some defaults, and include /etc/xinetd.d/
|
|
|
|
defaults
|
|
{
|
|
instances = 60
|
|
log_type = SYSLOG authpriv
|
|
log_on_success = HOST PID
|
|
log_on_failure = HOST
|
|
cps = 25 30
|
|
}
|
|
|
|
includedir /etc/xinetd.d
|