Updated documentation and manual

This commit is contained in:
Mark Qvist 2021-12-10 20:10:11 +01:00
parent 1c768e9219
commit f253b08774
4 changed files with 13 additions and 15 deletions

Binary file not shown.

View File

@ -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

View File

@ -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>