aboutsummaryrefslogtreecommitdiffstats
path: root/modules/git/templates/xinetd
blob: c5b596d935b56bfc67b259dd5b6a503608a0eb3d (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          = /usr/<%= 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
}