aboutsummaryrefslogtreecommitdiffstats
path: root/modules/git/templates/xinetd
blob: 654ae2be3bcd0911784d96c5db197b699b50f390 (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
}