Files
c23a66f66d3a9bf64276607cd01ca9ab466077f1
swift /etc /rsyncd.conf-sample
2011年02月12日 18:27:59 -08:00

23 lines
391 B
Plaintext

uid = swift
gid = swift
log file = /var/log/rsyncd.log
pid file = /var/run/rsyncd.pid
[account]
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