Files
server/etc/xinetd.d/time-udp
2026-01-07 20:52:11 +01:00

15 lines
313 B
Plaintext

# default: off
# description: An RFC 868 time server. This is the udp version.
service time
{
type = INTERNAL UNLISTED
id = time-dgram
socket_type = dgram
protocol = udp
user = root
wait = yes
disable = yes
port = 37
}