summaryrefslogtreecommitdiff
path: root/app-crypt/mit-krb5/files/kpropd.xinetd
blob: af542fcf8a54c9d9f5678af9f97e5ca8575d7093 (plain)
1
2
3
4
5
6
7
8
9
10
11
service tell
{
	disable		= yes
	socket_type	= stream
	user		= root
	wait		= no
	server		= /usr/sbin/kpropd
	only_from	= 0.0.0.0
	log_on_success	= PID HOST EXIT DURATION
	log_on_failure	= HOST
}