diff options
Diffstat (limited to 'doc/doc.RPKI.RP')
-rw-r--r-- | doc/doc.RPKI.RP | 12 |
1 files changed, 9 insertions, 3 deletions
diff --git a/doc/doc.RPKI.RP b/doc/doc.RPKI.RP index 19592222..daf4c23d 100644 --- a/doc/doc.RPKI.RP +++ b/doc/doc.RPKI.RP @@ -104,16 +104,22 @@ This assumes that you have done mkdir /var/rpki-rtr chown rcynic /var/rpki-rtr -On Linux, the script might look like this: +On GNU/Linux systems, the script might look like this if you use the chrootuid +program: #!/bin/sh - - /usr/sbin/chroot --userspec rcynic:rcynic /var/rcynic /bin/rcynic -c /etc/ - rcynic.conf || exit + /usr/bin/chrootuid /var/rcynic rcynic /bin/rcynic -c /etc/rcynic.conf || exit /var/rcynic/bin/rcynic-html /var/rcynic/data/rcynic.xml /var/www/rcynic cd /var/rpki-rtr /usr/bin/su -m rcynic -c '/usr/local/bin/rtr-origin --cronjob /var/rcynic/ data/authenticated' +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 + ***** Running a hierarchical rsync configuration ***** Having every relying party on the Internet contact every publication service is |