inspec/test/fixtures/files/xinetd.d_chargen-dgram
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
No EOL
238 B
Text

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