47d49e7780
This initial commit only targets a single node swift install on Natty based on 1.4.6
26 lines
471 B
Plaintext
26 lines
471 B
Plaintext
uid = swift
|
|
gid = swift
|
|
|
|
# this should really be bound on an internal-only network
|
|
log file = /var/log/rsyncd.log
|
|
pid file = /var/run/rsyncd.pid
|
|
address = 0.0.0.0
|
|
|
|
[account]
|
|
max connections = 2
|
|
path = /srv/node/
|
|
read only = false
|
|
lock file = /var/lock/account.lock
|
|
|
|
[container]
|
|
max connections = 2
|
|
path = /srv/node/
|
|
read only = false
|
|
lock file = /var/lock/container.lock
|
|
|
|
[object]
|
|
max connections = 2
|
|
path = /srv/node/
|
|
read only = false
|
|
lock file = /var/lock/object.lock
|