This repository has been archived on 2024-07-10. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
etckeeper/xinetd.d/daytime-udp
T
2022-05-13 09:37:26 +02:00

15 lines
313 B
Plaintext

# default: off
# description: A daytime server. This is the udp version.
service daytime
{
type = INTERNAL UNLISTED
id = daytime-dgram
socket_type = dgram
protocol = udp
user = root
wait = yes
disable = yes
port = 13
}