Files
server/etc/xinetd.d/chargen-udp
2026-01-08 18:34:49 +01:00

15 lines
313 B
Plaintext

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