aboutsummaryrefslogtreecommitdiffstats
path: root/modules/git/templates/xinetd
blob: fca2905168e44fac51baaa13e6962ebd0eab6d29 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
service git
{
        disable         = no
        type            = UNLISTED
        port            = 9418
        socket_type     = stream
        server          = <%= lib_dir %>/git-core/git-daemon
        wait            = no
        user            = nobody
        server_args     = --inetd --verbose --export-all --base-path=<%= git_base_path %>
        log_on_failure  += HOST
}