Added lock file configuration to sample rsync.conf.

This commit is contained in:
Devin Carlen 2011-02-14 19:36:23 +00:00 committed by Tarmac
commit 24e4137219

View File

@ -7,13 +7,16 @@ pid file = /var/run/rsyncd.pid
max connections = 2
path = /srv/node
read only = false
lock file = /var/lock/account.lock
[container]
max connections = 4
path = /srv/node
read only = false
lock file = /var/lock/container.lock
[object]
max connections = 8
path = /srv/node
read only = false
lock file = /var/lock/object.lock