UDP socket contructor and doc update

This commit is contained in:
Mark Qvist 2021-12-10 16:23:35 +01:00
parent 293a834c35
commit e1e31692d7
5 changed files with 27 additions and 8 deletions

View file

@ -230,8 +230,7 @@ following content:
[Unit]
Description=Reticulum Network Stack Daemon
After=network.target
StartLimitIntervalSec=0
After=multi-user.target
[Service]
Type=simple
@ -240,6 +239,13 @@ following content:
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

View file

@ -233,8 +233,7 @@ into a directory that is in systemds path:</p>
following content:</p>
<div class="highlight-text notranslate"><div class="highlight"><pre><span></span>[Unit]
Description=Reticulum Network Stack Daemon
After=network.target
StartLimitIntervalSec=0
After=multi-user.target
[Service]
Type=simple
@ -243,6 +242,13 @@ 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>

View file

@ -230,10 +230,15 @@ following content:
[Unit]
Description=Reticulum Network Stack Daemon
After=network.target
StartLimitIntervalSec=0
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