inspec/test/unit/mock/files/xinetd.d_chargen-stream
Alex Pop 6f3a9d22d7 define protocol as done in CentOS
Signed-off-by: Alex Pop <apop@chef.io>
2017-01-31 14:47:21 +00: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
}