repo.or.cz
/
gitosis
/
httpauth.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Reimplemented ACL generation to avoid quadratic complexity.
[gitosis/httpauth.git]
/
etc-event.d-local-git-daemon
blob
e1349a9731757cc4267839bd17fdd5bb1d3b119b
1
start on startup
2
stop on shutdown
3
4
exec /usr/bin/git-daemon \
5
--user=git --group=git \
6
--user-path=public-git \
7
--verbose \
8
--reuseaddr \
9
--base-path=/srv/example.com/git/repositories/ \
10
/srv/example.com/git/repositories/
11
respawn