Add --numeric-ids to rsync xinetd

It looks like lookups for ids on remote servers are not getting
cached. For our rsync of logs and such we don't need to map those for
our delivery.

Signed-off-by: Stephen Smoogen <smooge@smoogespace.com>
This commit is contained in:
Stephen Smoogen 2021-03-31 13:11:56 -04:00
parent e82d21eefd
commit b7f6ebae86

View file

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