18 lines
345 B
Plaintext
18 lines
345 B
Plaintext
# Begin /etc/xinetd
|
|
# Configuration file for xinetd
|
|
|
|
defaults
|
|
{
|
|
instances = 60
|
|
log_type = SYSLOG daemon
|
|
log_on_success = HOST PID USERID
|
|
log_on_failure = HOST USERID
|
|
cps = 25 30
|
|
}
|
|
|
|
# All service files are stored in the /etc/xinetd.d directory
|
|
|
|
includedir /etc/xinetd.d
|
|
|
|
# End /etc/xinetd
|