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 +} +