aboutsummaryrefslogtreecommitdiffstats
path: root/modules/git/templates/xinetd
blob: 2cbf78e3130eac887a99642afdfa5e0de4e2a1a9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
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
        flags           = IPv6
}