Skip to content
This repository has been archived by the owner on Jun 26, 2020. It is now read-only.

Commit

Permalink
Increase xinetd connections for rsync
Browse files Browse the repository at this point in the history
- Increase connections to 512 with 10 second rate
- Set per_source to UNLIMITED
- Specify IPv4 flag

Change-Id: Ia007301eca8e006e9792c73d0d35350588c48b96
Closes-bug: 1330495
Closes-bug: 1322577
  • Loading branch information
Sergii Golovatiuk committed Jul 11, 2014
1 parent 12dd4ce commit b27bd56
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions deployment/puppet/rsync/manifests/server.pp
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,9 @@
xinetd::service { 'rsync':
bind => $address,
port => '873',
cps => '512 10',
per_source => 'UNLIMITED',
flags => 'IPv4',
server => '/usr/bin/rsync',
server_args => '--daemon --config /etc/rsync.conf',
require => Package['rsync'],
Expand Down

0 comments on commit b27bd56

Please sign in to comment.