diff options
author | RPKI Documentation Robot <docbot@rpki.net> | 2012-12-13 06:00:15 +0000 |
---|---|---|
committer | RPKI Documentation Robot <docbot@rpki.net> | 2012-12-13 06:00:15 +0000 |
commit | a8855eb8fa4565955f9df3010873cdff4e5af05f (patch) | |
tree | 9648f308f3cf6890ca425a4de57892b34df688d5 /doc/doc.RPKI.RP | |
parent | 7d32fae2a19be039c628e844d31e848b923d620b (diff) |
Automatic pull of documentation from Wiki.
svn path=/trunk/; revision=4934
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 |