Skip to content

Commit

Permalink
Add a rsync sundries stg config with higher limits so we don't error …
Browse files Browse the repository at this point in the history
…on some rsyncs
  • Loading branch information
nirik committed Jul 26, 2016
1 parent 33bcd0b commit 9bc1db1
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions roles/rsyncd/files/rsync.sundries-stg
@@ -0,0 +1,17 @@
# default: off
# description: The rsync server is a good addition to an ftp server, as it \
# allows crc checksumming etc.
service rsync
{
disable = no
socket_type = stream
wait = no
user = root
server = /usr/bin/rsync
server_args = --daemon
log_on_failure += USERID
cps = 250 5
instances = 250
per_source = 100
}

0 comments on commit 9bc1db1

Please sign in to comment.