summaryrefslogtreecommitdiffstats
path: root/git.xinetd.in
blob: 540e070926118ccd25d540c162fbf11a323e9ec4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# default: off
# description: The git dæmon allows git repositories to be exported using \
#       the git:// protocol.

service git
{
        disable         = yes
        socket_type     = stream
        wait            = no
        user            = nobody
        server          = @GITCOREDIR@/git-daemon
        server_args     = --base-path=@BASE_PATH@ --export-all --user-path=public_git --syslog --inetd --verbose
        log_on_failure  += USERID
}