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