inspec/test/fixtures/files/xinetd.d_chargen-stream
Ryan Davis db8e6e7415 Moved test/unit/mock/* to test/fixtures
Signed-off-by: Ryan Davis <zenspider@chef.io>
2019-11-08 16:29:03 -08:00

11 lines
247 B
Text

service chargen
{
disable = yes
# disable = no
id = chargen-stream
type = INTERNAL
wait = yes
socket_type = stream
# How protocol is defined by default in CentOS 6:
# protocol = socket type is usually enough
}