aboutsummaryrefslogtreecommitdiffstats
path: root/modules/subversion/templates/xinetd
blob: 0919ae60d6d7cc5e753c7f4d3e4da1aed4531ec3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# default: off
# description: svnserve is the server part of Subversion.
service svnserve
{
    disable             = no
    port                = 3690
    socket_type         = stream
    protocol            = tcp
    wait                = no
    user                = svn
    server              = /usr/bin/svnserve
    server_args         = -i -r <%= svn_base_path %>
    flags           = IPv6
}