Drop max connections from rsyncd configs
[mirror/dsa-puppet.git] / modules / roles / files / keyring / rsyncd.conf
1 uid = nobody
2 gid = nogroup
3 syslog facility = daemon
4 log file = /var/log/rsyncd/rsyncd.log
5 socket options = SO_KEEPALIVE
6 timeout = 7200
7
8 [keyrings]
9   path = /srv/keyring.debian.org/pub
10   exclude = keyrings-new/incoming/
11   comment = Debian Keyrings
12   read only = true
13