Files
694fa02b6741148b7e7a4c04da9be0af3c6f6708
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