summaryrefslogtreecommitdiff
path: root/install-files/swift/usr/share/swift/etc/rsyncd.j2
diff options
context:
space:
mode:
Diffstat (limited to 'install-files/swift/usr/share/swift/etc/rsyncd.j2')
-rw-r--r--install-files/swift/usr/share/swift/etc/rsyncd.j223
1 files changed, 23 insertions, 0 deletions
diff --git a/install-files/swift/usr/share/swift/etc/rsyncd.j2 b/install-files/swift/usr/share/swift/etc/rsyncd.j2
new file mode 100644
index 00000000..c0657665
--- /dev/null
+++ b/install-files/swift/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