mirror of
https://github.com/markqvist/Reticulum.git
synced 2024-11-05 05:40:14 +00:00
fix code text syntax
This commit is contained in:
parent
276b6fbd22
commit
a4e8489a34
@ -857,12 +857,14 @@ Replace ``RNS_BIN_DIR`` with the path to your Reticulum binary directory (eg. /h
|
|||||||
Start user service:
|
Start user service:
|
||||||
|
|
||||||
.. code:: text
|
.. code:: text
|
||||||
|
|
||||||
systemctl --user daemon-reload
|
systemctl --user daemon-reload
|
||||||
systemctl --user start rnsd.service
|
systemctl --user start rnsd.service
|
||||||
|
|
||||||
If you want to automatically start ``rnsd`` without having to log in as the USERNAMEHERE, do:
|
If you want to automatically start ``rnsd`` without having to log in as the USERNAMEHERE, do:
|
||||||
|
|
||||||
.. code:: text
|
.. code:: text
|
||||||
|
|
||||||
sudo loginctl enable-linger USERNAMEHERE
|
sudo loginctl enable-linger USERNAMEHERE
|
||||||
systemctl --user enable rnsd.service
|
systemctl --user enable rnsd.service
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user