Bump the number of rsyncs on sundries01

This commit is contained in:
Kevin Fenzi 2015-07-28 01:54:36 +00:00
parent 01f6e9a62d
commit 4284e14f8f

View file

@ -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 = 150 5
instances = 150
per_source = 100
}