define protocol as done in CentOS

Signed-off-by: Alex Pop <apop@chef.io>
This commit is contained in:
Alex Pop 2017-01-31 14:45:33 +00:00
parent a3de32ad04
commit 6f3a9d22d7
2 changed files with 4 additions and 2 deletions

View file

@ -6,5 +6,6 @@ service chargen
type = INTERNAL
wait = yes
socket_type = dgram
protocol = udp
# How protocol is defined by default in CentOS 6:
# protocol = socket type is usually enough
}

View file

@ -6,5 +6,6 @@ service chargen
type = INTERNAL
wait = yes
socket_type = stream
protocol = tcp
# How protocol is defined by default in CentOS 6:
# protocol = socket type is usually enough
}