Drop max connections from rsyncd configs
[mirror/dsa-puppet.git] / modules / roles / files / bugs_mirror / rsyncd.conf
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 [bts-spool-db]
9   comment = [bugs-mirror.debian.org] active bug spool
10   path = /srv/bugs.debian.org/spool/db-h
11   read only = true
12
13 [bts-spool-archive]
14   comment = [bugs-mirror.debian.org] archived bug spool
15   path = /srv/bugs.debian.org/spool/archive
16   read only = true
17
18 [bts-spool-index]
19   comment = [bugs-mirror.debian.org] bug index files
20   path = /srv/bugs.debian.org/spool
21   exclude = db-h archive
22   read only = true
23
24 [bts-versions]
25   comment = [bugs-mirror.debian.org] bts package version information
26   path = /srv/bugs.debian.org/versions
27   exclude = archive cl-data lock queue bin
28   read only = true