chiark / gitweb /
git-daemon: update TODO
[userv-utils.git] / git-daemon / git-upload-pack
1 # userv configuration for git-daemon git-upload-pack service
2 #
3 # This was written by Tony Finch <dot@dotat.at>
4 # You may do anything with it, at your own risk.
5 # http://creativecommons.org/publicdomain/zero/1.0/
6
7 if ( grep service-user-shell /etc/shells
8    & glob service git-upload-pack
9    )
10         reset
11         errors-to-syslog daemon error
12         execute /usr/local/lib/userv/git-service /etc/userv/git-urlmap .userv/git-urlmap
13 fi