Files
067335a6e70361876e6baee29082e73c3bcc9fc5
swift /etc /rsyncd.conf-sample

23 lines
391 B
Plaintext
Raw Normal View History

2010年07月12日 17:03:45 -05:00
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
2010年07月12日 17:03:45 -05:00
[container]
max connections = 4
path = /srv/node
read only = false
lock file = /var/lock/container.lock
2010年07月12日 17:03:45 -05:00
[object]
max connections = 8
path = /srv/node
read only = false
lock file = /var/lock/object.lock