Viitor_xinetd/etc/xinetd.d/echo-stream

11 lines
133 B
Plaintext
Raw Normal View History

service echo
{
id = echo-stream
protocol = tcp
socket_type = stream
type = INTERNAL
user = root
wait = no
disable = no
}