diff options
author | Rob Austein <sra@hactrn.net> | 2016-08-03 23:46:44 -0400 |
---|---|---|
committer | Rob Austein <sra@hactrn.net> | 2016-08-03 23:46:44 -0400 |
commit | 949e9c8358b5259656c02e4a1ada7912d943afd2 (patch) | |
tree | 4d04acc169abb7d7f7e08790a98736ba8214f97d /doc/08.RPKI.RP.RunningUnderCron.md | |
parent | 14a9628f0552d3818cd58fb085e7544cdbb3b5eb (diff) |
Try another conversion pass to salvage more of the links.
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 |