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