The option I tried was only useful for non-daemon mode. Removing
This commit is contained in:
parent
b7f6ebae86
commit
36a6a49399
1 changed files with 1 additions and 1 deletions
|
@ -8,7 +8,7 @@ service rsync
|
||||||
wait = no
|
wait = no
|
||||||
user = root
|
user = root
|
||||||
server = /usr/bin/rsync
|
server = /usr/bin/rsync
|
||||||
server_args = --daemon --numeric-ids
|
server_args = --daemon
|
||||||
log_on_failure += USERID
|
log_on_failure += USERID
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue