# default: off
# description: The ntalk server accepts ntalk requests for chatting with users on other systems.
service ntalk
{
	disable			= yes
	socket_type     = dgram
	protocol        = udp
	wait            = yes
	user            = talk
	server          = /usr/sbin/in.ntalkd
}
