Updated documentation

pull/10/head
Mark Qvist 2021-12-05 16:07:53 +01:00
rodzic 9e9606b8cf
commit 39911190aa
5 zmienionych plików z 9 dodań i 9 usunięć

Wyświetl plik

@ -206,8 +206,8 @@ might be plugged and unplugged in different orders, or when node name
assignment varies from one boot to another. assignment varies from one boot to another.
Run Reticulum as a Service Reticulum as a System Service
========================== =============================
Instead of starting Reticulum manually, you can install ``rnsd`` as a system Instead of starting Reticulum manually, you can install ``rnsd`` as a system
service and have it start automatically at boot. service and have it start automatically at boot.

Wyświetl plik

@ -70,7 +70,7 @@ to participate in the development of Reticulum itself.</p>
</li> </li>
<li class="toctree-l2"><a class="reference internal" href="using.html#improving-system-configuration">Improving System Configuration</a><ul> <li class="toctree-l2"><a class="reference internal" href="using.html#improving-system-configuration">Improving System Configuration</a><ul>
<li class="toctree-l3"><a class="reference internal" href="using.html#fixed-serial-port-names">Fixed Serial Port Names</a></li> <li class="toctree-l3"><a class="reference internal" href="using.html#fixed-serial-port-names">Fixed Serial Port Names</a></li>
<li class="toctree-l3"><a class="reference internal" href="using.html#run-reticulum-as-a-service">Run Reticulum as a Service</a></li> <li class="toctree-l3"><a class="reference internal" href="using.html#reticulum-as-a-system-service">Reticulum as a System Service</a></li>
</ul> </ul>
</li> </li>
</ul> </ul>

File diff suppressed because one or more lines are too long

Wyświetl plik

@ -217,8 +217,8 @@ Here is an example of a packet radio TNC configured as such:</p>
might be plugged and unplugged in different orders, or when node name might be plugged and unplugged in different orders, or when node name
assignment varies from one boot to another.</p> assignment varies from one boot to another.</p>
</div> </div>
<div class="section" id="run-reticulum-as-a-service"> <div class="section" id="reticulum-as-a-system-service">
<h3>Run Reticulum as a Service<a class="headerlink" href="#run-reticulum-as-a-service" title="Permalink to this headline"></a></h3> <h3>Reticulum as a System Service<a class="headerlink" href="#reticulum-as-a-system-service" title="Permalink to this headline"></a></h3>
<p>Instead of starting Reticulum manually, you can install <code class="docutils literal notranslate"><span class="pre">rnsd</span></code> as a system <p>Instead of starting Reticulum manually, you can install <code class="docutils literal notranslate"><span class="pre">rnsd</span></code> as a system
service and have it start automatically at boot.</p> service and have it start automatically at boot.</p>
<p>If you installed Reticulum with <code class="docutils literal notranslate"><span class="pre">pip</span></code>, the <code class="docutils literal notranslate"><span class="pre">rnsd</span></code> program will most likely <p>If you installed Reticulum with <code class="docutils literal notranslate"><span class="pre">pip</span></code>, the <code class="docutils literal notranslate"><span class="pre">rnsd</span></code> program will most likely
@ -278,7 +278,7 @@ WantedBy=multi-user.target
</li> </li>
<li><a class="reference internal" href="#improving-system-configuration">Improving System Configuration</a><ul> <li><a class="reference internal" href="#improving-system-configuration">Improving System Configuration</a><ul>
<li><a class="reference internal" href="#fixed-serial-port-names">Fixed Serial Port Names</a></li> <li><a class="reference internal" href="#fixed-serial-port-names">Fixed Serial Port Names</a></li>
<li><a class="reference internal" href="#run-reticulum-as-a-service">Run Reticulum as a Service</a></li> <li><a class="reference internal" href="#reticulum-as-a-system-service">Reticulum as a System Service</a></li>
</ul> </ul>
</li> </li>
</ul> </ul>

Wyświetl plik

@ -206,8 +206,8 @@ might be plugged and unplugged in different orders, or when node name
assignment varies from one boot to another. assignment varies from one boot to another.
Run Reticulum as a Service Reticulum as a System Service
========================== =============================
Instead of starting Reticulum manually, you can install ``rnsd`` as a system Instead of starting Reticulum manually, you can install ``rnsd`` as a system
service and have it start automatically at boot. service and have it start automatically at boot.