github.com/swiftstack/ProxyFS@v0.0.0-20210203235616-4017c267d62f/cookbooks/proxyfs_swift/templates/default/etc/rsyncd.conf.erb (about) 1 uid = <%= @swift_user %> 2 gid = <%= @swift_group %> 3 log file = /var/log/rsyncd.log 4 pid file = /var/run/rsyncd.pid 5 address = 0.0.0.0 6 7 [account] 8 max connections = 25 9 path = /mnt/swift-disk/ 10 read only = false 11 lock file = /var/lock/account.lock 12 13 [container] 14 max connections = 25 15 path = /mnt/swift-disk/ 16 read only = false 17 lock file = /var/lock/container.lock 18 19 [object] 20 max connections = 25 21 path = /mnt/swift-disk/ 22 read only = false 23 lock file = /var/lock/object.lock