Skip to content
Snippets Groups Projects
Commit f326c2a2 authored by Bob Mottram's avatar Bob Mottram
Browse files

Remove the bandwidth limit, which seems to cause problems

parent d1a92667
No related branches found
No related tags found
No related merge requests found
......@@ -250,7 +250,7 @@ function install_rsync {
echo '[Service]';
echo 'Type=simple';
echo "WorkingDirectory=$RSYNC_DATA";
echo 'ExecStart=/usr/bin/rsync --config=/etc/rsync/rsyncd.conf --bwlimit=100 --daemon --no-detach';
echo 'ExecStart=/usr/bin/rsync --config=/etc/rsync/rsyncd.conf --daemon --no-detach';
echo 'Environment=USER=rsync';
echo 'Restart=always'
echo 'StandardError=syslog';
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment