26 lines
456 B
Plaintext
26 lines
456 B
Plaintext
# Begin /etc/xinetd.d/time
|
|
|
|
service time
|
|
{
|
|
disable = yes
|
|
type = INTERNAL
|
|
id = time-stream
|
|
socket_type = stream
|
|
protocol = tcp
|
|
user = root
|
|
wait = no
|
|
}
|
|
|
|
service time
|
|
{
|
|
disable = yes
|
|
type = INTERNAL
|
|
id = time-dgram
|
|
socket_type = dgram
|
|
protocol = udp
|
|
user = root
|
|
wait = yes
|
|
}
|
|
|
|
# End /etc/xinetd.d/time
|