mirror: Add examle rsync daemon configuration

This can be used by mirrors to offer a rsync service to end-users

Signed-off-by: Wido den Hollander <wido@42on.com>
This commit is contained in:
Wido den Hollander 2016-02-10 09:01:24 +01:00
parent 63be401a41
commit 0a7407b2b6

9
mirroring/rsyncd.conf Normal file
View File

@ -0,0 +1,9 @@
uid = nobody
gid = nogroup
max connections = 15
socket options = SO_KEEPALIVE
[ceph]
path = /path/to/ceph/mirror/data
comment = Ceph mirror
read only = true