The option I tried was only useful for non-daemon mode. Removing

This commit is contained in:
Stephen Smoogen 2021-03-31 13:51:13 -04:00
parent b7f6ebae86
commit 36a6a49399

View file

@ -8,7 +8,7 @@ service rsync
wait = no
user = root
server = /usr/bin/rsync
server_args = --daemon --numeric-ids
server_args = --daemon
log_on_failure += USERID
}