blob: 568a6687f2e3e6e4a89b235d24ace3dcf62633ed (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
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
|