aboutsummaryrefslogtreecommitdiff
path: root/git/run
blob: da8f3e1ed7e8459f8f27da0f10f78490d5ef49ae (plain)
1
2
3
4
5
6
7
8
9
10
11
12
#!/bin/sh
exec 2>&1

[ -f ./conf ] && . ./conf

exec chpst -u git \
  git daemon \
    --base-path=${git_home:-/var/git} \
    --export-all \
    --reuseaddr \
    --informative-errors \
    --verbose ${git_opts}