Bump the number of rsyncs on sundries01
This commit is contained in:
parent
01f6e9a62d
commit
4284e14f8f
1 changed files with 17 additions and 0 deletions
17
roles/rsyncd/files/rsync.sundries
Normal file
17
roles/rsyncd/files/rsync.sundries
Normal 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
|
||||||
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue