062459108c
This is particularly useful in cases where rsync --daemon takes a lot of I/O or CPU and user wants to limit these by changing the defaults (via ionice, nice).
13 lines
371 B
D
13 lines
371 B
D
# /etc/conf.d/rsyncd: config file for /etc/init.d/rsyncd
|
|
|
|
# Default rsync executable path is /usr/bin/rsync
|
|
# It is possible to override it, however.
|
|
# Want to ionice rsync --daemon? Just write your
|
|
# wrapper executable script and set RSYNC_EXEC
|
|
# to point to it.
|
|
#RSYNC_EXEC=""
|
|
|
|
# see man pages for rsync or run `rsync --help`
|
|
# for valid cmdline options
|
|
#RSYNC_OPTS=""
|