summaryrefslogtreecommitdiff
path: root/dev-util/git/files/git-daemon.xinetd
blob: a0748b20ccf45b691aa7655a8a2b46bc473a4b18 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
service git-daemon
{
	disable		= yes
	socket_type	= stream
	wait		= no
	user		= nobody
	type		= UNLISTED
	protocol	= tcp
	log_on_failure	+= USERID
	port		= 9418
	server		= /usr/bin/git-daemon
	server_args	= --inetd --syslog --export-all --base-path=/var/git
}