aboutsummaryrefslogtreecommitdiffstats
path: root/modules/rsyncd/templates/xinetd
blob: b477e41381a0acc1c0e228aec85b747eeba611ce (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
service rsync
{
        disable         = no
        socket_type     = stream
        wait            = no
        user            = root
        server          = /usr/bin/rsync
        server_args     = --daemon
        log_on_failure  += USERID
        flags		= IPv6
        # some mirrors do not seems to use locks when downloading from
        # us and try to download the same stuff 15 times in a row
        per_source  = 4
}