summaryrefslogtreecommitdiff
blob: 524282582b2497664a8c41c4599dcee8dfaaace1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
# default: off
# description: The talk server accepts talk requests for chatting with users \
#	on other systems.
service ntalk
{
#	flags			= IPv4
	disable			= yes
	socket_type		= dgram
	wait			= yes
	user			= nobody
	group			= tty
	server			= /usr/sbin/in.talkd
}