Updated documentation and manual

pull/10/head
Mark Qvist 2021-12-10 20:10:11 +01:00
rodzic 1c768e9219
commit f253b08774
4 zmienionych plików z 13 dodań i 15 usunięć

Plik binarny nie jest wyświetlany.

Wyświetl plik

@ -233,19 +233,18 @@ following content:
After=multi-user.target
[Service]
# If you run Reticulum on WiFi devices,
# or other devices that need some extra
# time to initialise, you might want to
# add a short delay before Reticulum is
# started by systemd:
# ExecStartPre=/bin/sleep 10
Type=simple
Restart=always
RestartSec=3
User=USERNAMEHERE
ExecStart=rnsd --service
# If you run Reticulum on WiFi devices,
# or other devices that need some extra
# time to initialise, you might want to
# add a short delay before Reticulum is
# started:
# ExecStartPre=/bin/sleep 5
[Install]
WantedBy=multi-user.target

File diff suppressed because one or more lines are too long

Wyświetl plik

@ -236,19 +236,18 @@ Description=Reticulum Network Stack Daemon
After=multi-user.target
[Service]
# If you run Reticulum on WiFi devices,
# or other devices that need some extra
# time to initialise, you might want to
# add a short delay before Reticulum is
# started by systemd:
# ExecStartPre=/bin/sleep 10
Type=simple
Restart=always
RestartSec=3
User=USERNAMEHERE
ExecStart=rnsd --service
# If you run Reticulum on WiFi devices,
# or other devices that need some extra
# time to initialise, you might want to
# add a short delay before Reticulum is
# started:
# ExecStartPre=/bin/sleep 5
[Install]
WantedBy=multi-user.target
</pre></div>