blob: d0a9cd97a449b334ef4f0da165f6aec879abcd4d (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
|
# $Id$
#
# Sample rsyncd.conf file for use with pubd. You may need to
# customize this for the conventions on your system. See the rsync
# and rsyncd.conf manual pages for a complete explanation of how to
# configure rsyncd, this is just a simple configuration to get you
# started.
#
# There are two parameters in the following which you should set to
# appropriate values for your system:
#
# "myname" is the rsync module name to configure, as in
# "rsync://rpki.example.org/myname/"
#
# "/some/where/publication" is the absolute pathname of the directory
# where you told pubd to place its outputs (see the publication_base
# parameter in the [pubd] section of myrpki.conf)
#
# You may need to adjust other parameters for your system environment.
pid file = /var/run/rsyncd.pid
uid = nobody
gid = nobody
[myname]
use chroot = no
read only = yes
transfer logging = yes
path = /some/where/publication
comment = RPKI Testbed
|