fix code text syntax

This commit is contained in:
Jürg Schulthess 2023-10-25 14:09:24 +02:00
parent 276b6fbd22
commit a4e8489a34
1 changed files with 2 additions and 0 deletions

View File

@ -857,12 +857,14 @@ Replace ``RNS_BIN_DIR`` with the path to your Reticulum binary directory (eg. /h
Start user service:
.. code:: text
systemctl --user daemon-reload
systemctl --user start rnsd.service
If you want to automatically start ``rnsd`` without having to log in as the USERNAMEHERE, do:
.. code:: text
sudo loginctl enable-linger USERNAMEHERE
systemctl --user enable rnsd.service