Added missing lockfile configuration to sample rsync.conf
This commit is contained in:
parent
b2e0b926a4
commit
694fa02b67
@ -7,13 +7,16 @@ pid file = /var/run/rsyncd.pid
|
|||||||
max connections = 2
|
max connections = 2
|
||||||
path = /srv/node
|
path = /srv/node
|
||||||
read only = false
|
read only = false
|
||||||
|
lock file = /var/lock/account.lock
|
||||||
|
|
||||||
[container]
|
[container]
|
||||||
max connections = 4
|
max connections = 4
|
||||||
path = /srv/node
|
path = /srv/node
|
||||||
read only = false
|
read only = false
|
||||||
|
lock file = /var/lock/container.lock
|
||||||
|
|
||||||
[object]
|
[object]
|
||||||
max connections = 8
|
max connections = 8
|
||||||
path = /srv/node
|
path = /srv/node
|
||||||
read only = false
|
read only = false
|
||||||
|
lock file = /var/lock/object.lock
|
||||||
|
Loading…
Reference in New Issue
Block a user