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