blob: 93d4ea361488e35180fe3040e8f2adc9ebaf99d9 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
# $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
use-syslog = true
log-level = log_usage_err
# 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
|