Files
for-gentoo/net-misc/rsync/files/rsyncd.conf.d
T
Fabio Erculiani 062459108c [net-misc/rsync] fork ebuild, make possible to override /usr/bin/rsync path via conf.d
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).
2012-11-05 20:36:17 +01:00

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=""