diff options
Diffstat (limited to 'doc/08.RPKI.RP.RunningUnderCron.md')
-rw-r--r-- | doc/08.RPKI.RP.RunningUnderCron.md | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/doc/08.RPKI.RP.RunningUnderCron.md b/doc/08.RPKI.RP.RunningUnderCron.md index bcfc2eb6..bea2e4dc 100644 --- a/doc/08.RPKI.RP.RunningUnderCron.md +++ b/doc/08.RPKI.RP.RunningUnderCron.md @@ -5,7 +5,7 @@ cron daemon. Consequently, most of the other tools are also designed to run under the cron daemon, so that they can make use of rcynic's output immediately after rcynic finishes a validation run. -rcynic-cron runs the basic set of relying party tools (`rcynic`, `rcynic- +[rcynic-cron][RP] runs the basic set of relying party tools (`rcynic`, `rcynic- html`, and `rpki-rtr cronjob`); if this suffices for your purposes, you don't need to do anything else. This section is a discussion of alternative approaches. @@ -57,3 +57,5 @@ If you use the chroot program instead of chrootuid, change the line that invokes rcynic to: /usr/sbin/chroot --userspec rcynic:rcynic /var/rcynic /bin/rcynic -c /etc/rcynic.conf || exit + +[RP]: 05.RPKI.RP.md |