From f6046f9b54c1f14d12a67fa66ca0c881b49e8ceb Mon Sep 17 00:00:00 2001 From: Sam Thursfield Date: Fri, 7 Jul 2017 10:01:07 +0000 Subject: Move old Baserock format definitions into old/ directory --- .../openstack/usr/share/swift/etc/rsyncd.j2 | 23 ++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 old/install-files/openstack/usr/share/swift/etc/rsyncd.j2 (limited to 'old/install-files/openstack/usr/share/swift/etc/rsyncd.j2') diff --git a/old/install-files/openstack/usr/share/swift/etc/rsyncd.j2 b/old/install-files/openstack/usr/share/swift/etc/rsyncd.j2 new file mode 100644 index 00000000..c0657665 --- /dev/null +++ b/old/install-files/openstack/usr/share/swift/etc/rsyncd.j2 @@ -0,0 +1,23 @@ +uid = swift +gid = swift +log file = /var/log/rsyncd.log +pid file = /var/run/rsyncd.pid +address = {{ MANAGEMENT_INTERFACE_IP_ADDRESS }} + +[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 -- cgit v1.2.1