Files
server/etc/xinetd.d/chargen-udp
cutemeli 0bfc6c8425 Initial
2025-12-22 10:32:59 +00: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
}