From 4284e14f8f5bba01ee72f4c0f554fdad3b3cf4fd Mon Sep 17 00:00:00 2001 From: Kevin Fenzi Date: Tue, 28 Jul 2015 01:54:36 +0000 Subject: [PATCH] Bump the number of rsyncs on sundries01 --- roles/rsyncd/files/rsync.sundries | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 roles/rsyncd/files/rsync.sundries diff --git a/roles/rsyncd/files/rsync.sundries b/roles/rsyncd/files/rsync.sundries new file mode 100644 index 0000000000..ea3ff5ae43 --- /dev/null +++ b/roles/rsyncd/files/rsync.sundries @@ -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 +} +