Files
97f79b9ddadace9cd14ff1ace376f8572242fab6
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