diff options
-rw-r--r-- | rcynic/scripts/freebsd/rcynic.conf | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/rcynic/scripts/freebsd/rcynic.conf b/rcynic/scripts/freebsd/rcynic.conf new file mode 100644 index 00000000..568a6687 --- /dev/null +++ b/rcynic/scripts/freebsd/rcynic.conf @@ -0,0 +1,17 @@ +# $Id$ +# +# Sample rcynic configuration file for FreeBSD jailed environment + +[rcynic] +rsync-program = /bin/rsync +authenticated = /data/authenticated +old-authenticated = /data/authenticated.old +unauthenticated = /data/unauthenticated +lockfile = /data/lock +jitter = 600 + +# You need to specify some trust anchors here, eg: + +#trust-anchor.1 = /etc/trust-anchors/ta-1.cer +#trust-anchor.2 = /etc/trust-anchors/ta-2.cer + |