cookbook-openstack-object-s.../templates/default/rsyncd.conf.erb

27 lines
486 B
Plaintext

<%= node['openstack']['object-storage']['custom_template_banner'] %>
uid = swift
gid = swift
log file = /var/log/rsyncd.log
pid file = /var/run/rsyncd.pid
address = 0.0.0.0
[account]
max connections = 10
path = /srv/node/
read only = false
lock file = /var/lock/account.lock
[container]
max connections = 10
path = /srv/node/
read only = false
lock file = /var/lock/container.lock
[object]
max connections = 10
path = /srv/node/
read only = false
lock file = /var/lock/object.lock