summaryrefslogtreecommitdiff
path: root/libre-testing/inetutils/talk.xinetd
blob: b62e563107a2ad092908a36f0521cdae3d3cb935 (plain)
1
2
3
4
5
6
7
8
9
10
service ntalk
{
	flags			= REUSE
	socket_type		= dgram
	wait			= yes
	user			= root
	server			= /usr/bin/talkd
	log_on_failure		+= USERID
	disable			= yes
}