Drop max connections from rsyncd configs
[mirror/dsa-puppet.git] / modules / roles / files / dakmaster / 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 list = no
9 read only = true
10 ignore nonreadable = true
11 strict modes = false
12
13 [indices]
14   path = /srv/ftp-master.debian.org/mirror/ftp-master/indices
15   auth users = *
16   secrets file = /etc/rsyncd/indices.secrets
17
18 [debian]
19   path = /srv/ftp-master.debian.org/mirror/ftp-master
20   auth users = *
21   secrets file = /home/archvsync/rsyncd/debian.secrets
22
23 [debian-debug]
24   path = /srv/ftp-master.debian.org/mirror/debian-debug
25   auth users = *
26   secrets file = /home/archvsync/rsyncd/debian-debug.secrets
27
28 [buildd-keyrings]
29   path = /srv/ftp-master.debian.org/scripts/builddkeyrings/keyrings
30   auth users = *
31   secrets file = /home/archvsync/rsyncd/buildd-keyrings.secrets
32
33 [debian-buildd-dists]
34   path = /srv/static.debian.org/master/incoming.debian.org-current-live/debian-buildd/dists
35   auth users = *
36   secrets file = /home/archvsync/rsyncd/debian-buildd-dists.secrets