aboutsummaryrefslogtreecommitdiff
blob: e1349a9731757cc4267839bd17fdd5bb1d3b119b (plain)
1
2
3
4
5
6
7
8
9
10
11
start on startup
stop on shutdown

exec /usr/bin/git-daemon \
	--user=git --group=git \
	--user-path=public-git \
	--verbose \
	--reuseaddr \
	--base-path=/srv/example.com/git/repositories/ \
	/srv/example.com/git/repositories/
respawn