]> git.ipfire.org Git - thirdparty/FORT-validator.git/commitdiff
Update TODOs, add systemctl example, fix bad reference at rsync retries
authorpcarana <pc.moreno2099@gmail.com>
Mon, 10 Feb 2020 23:10:13 +0000 (17:10 -0600)
committerpcarana <pc.moreno2099@gmail.com>
Mon, 10 Feb 2020 23:10:13 +0000 (17:10 -0600)
docs/installation.md
docs/intro-fort.md
docs/usage.md

index 6b2ff8b60724f669b23c18cfadd8d098ece864fc..cfc43124807e417e3cd1d3e5cad1614093f7bc66 100644 (file)
@@ -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
 
index 56271306df7213ff5ffbe11fa39a2adaf2092e83..6d5f5b22117afe68616d21da1cccf31bb27b8704 100644 (file)
@@ -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.
index c5bf1b448404544bde13883148fca08c30727951..ed36d8cef43273ca4166db4204b151df8e9ee80f 100644 (file)
@@ -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`