diff options
Diffstat (limited to 'modules/rsyncd/templates/xinetd')
| -rw-r--r-- | modules/rsyncd/templates/xinetd | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/modules/rsyncd/templates/xinetd b/modules/rsyncd/templates/xinetd index 7b15520d..b477e413 100644 --- a/modules/rsyncd/templates/xinetd +++ b/modules/rsyncd/templates/xinetd @@ -1,4 +1,3 @@ -# $Id: xinetd 319 2009-02-28 17:05:16Z guillomovitch $ service rsync { disable = no @@ -8,6 +7,9 @@ service rsync server = /usr/bin/rsync server_args = --daemon log_on_failure += USERID - flags = IPv6 + 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 } |
