From: Grant Slater Date: Fri, 26 Aug 2022 14:06:48 +0000 (+0100) Subject: rsyncd: allow full speed rsync X-Git-Url: https://git.openstreetmap.org./chef.git/commitdiff_plain/83eb8985b14fabe17a1b1c2702f60267c737450e rsyncd: allow full speed rsync --- diff --git a/cookbooks/rsyncd/recipes/default.rb b/cookbooks/rsyncd/recipes/default.rb index 11b45b5ea..b13568aca 100644 --- a/cookbooks/rsyncd/recipes/default.rb +++ b/cookbooks/rsyncd/recipes/default.rb @@ -48,7 +48,7 @@ package "rsync" systemd_service "rsync-override" do service "rsync" dropin "override" - exec_start "/usr/bin/rsync --daemon --no-detach --bwlimit=16384" + exec_start "/usr/bin/rsync --daemon --no-detach" nice 10 read_write_paths writable_paths.sort notifies :restart, "service[rsync]"