summaryrefslogtreecommitdiffstats
path: root/deploy_get_autoinst.xinetd
blob: a0460544a414874e4d532832573eb91d1d497083 (plain)
1
2
3
4
5
6
7
8
9
10
11
service deploy_get_autoinst
{
	socket_type		= stream
	protocol		= tcp
	type			= UNLISTED
	wait			= no
	user			= root
	server			= /usr/sbin/deploy_get_autoinst.pl
	port			= 3712
	env                     = LC_ALL=C
}