Drop max connections from rsyncd configs
[mirror/dsa-puppet.git] / modules / roles / templates / snapshot / rsyncd.conf.erb
1 uid = nobody
2 gid = nogroup
3 syslog facility = daemon
4 socket options = SO_KEEPALIVE
5 timeout = 7200
6 log file = /var/log/rsyncd/rsyncd.log
7
8 [snapshot-farm-1]
9   path = /storage/snapshot-farm-1
10   read only = true
11   list = false
12 [snapshot-farm-2]
13   path = /storage/snapshot-farm-2
14   read only = true
15   list = false
16 [snapshot-farm-3]
17   path = /storage/snapshot-farm-3
18   read only = true
19   list = false
20 [snapshot-farm-4]
21   path = /storage/snapshot-farm-4
22   read only = true
23   list = false