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/echo-udp
T
2022-05-13 09:37:26 +02:00

15 lines
304 B
Plaintext

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