From: pcarana Date: Mon, 10 Feb 2020 23:10:13 +0000 (-0600) Subject: Update TODOs, add systemctl example, fix bad reference at rsync retries X-Git-Tag: v1.2.0~1 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=24707bd729124f771c61a5263b157fadf6742c26;p=thirdparty%2FFORT-validator.git Update TODOs, add systemctl example, fix bad reference at rsync retries --- diff --git a/docs/installation.md b/docs/installation.md index 6b2ff8b6..cfc43124 100644 --- a/docs/installation.md +++ b/docs/installation.md @@ -74,7 +74,17 @@ tail /var/log/syslog sudo service fort stop {% endhighlight %} -etc. +Or, using systemctl: + +{% highlight bash %} +sudo systemctl start fort +systemctl status fort +sudo systemctl stop fort + +# In case you don't need to run fort on start +sudo systemctl disable fort +sudo systemctl enable fort +{% endhighlight %} ## Option 2: Compiling and installing the release tarball diff --git a/docs/intro-fort.md b/docs/intro-fort.md index 56271306..6d5f5b22 100644 --- a/docs/intro-fort.md +++ b/docs/intro-fort.md @@ -56,4 +56,6 @@ These constitute the approximate missing 25%. - Reach 100% RFC compliance - Daemon quirks (stuff like "send self to background automatically"), maybe -- More languages? +- Differentiate validation logs from application logs. +- Allow to handle stale objects (CRLs and Manifests) as incidences. +- Bind RTR server to multiple IPs. diff --git a/docs/usage.md b/docs/usage.md index c5bf1b44..ed36d8ce 100644 --- a/docs/usage.md +++ b/docs/usage.md @@ -836,7 +836,7 @@ Maximum number of retries whenever there's an error executing an RSYNC. A value of **0** means **no retries**. -Whenever is necessary to execute an RSYNC, the validator will try at least one time the execution. If there was an error executing the RSYNC, the validator will retry it at most `--rrdp.retry.count` times, waiting [`--rsync.retry.interval`](#--rsyncretryinterval) seconds between each retry. +Whenever is necessary to execute an RSYNC, the validator will try at least one time the execution. If there was an error executing the RSYNC, the validator will retry it at most `--rsync.retry.count` times, waiting [`--rsync.retry.interval`](#--rsyncretryinterval) seconds between each retry. ### `--rsync.retry.interval`