mirror of
https://github.com/markqvist/Reticulum.git
synced 2024-11-05 05:40:14 +00:00
Updated documentation and manual
This commit is contained in:
parent
1c768e9219
commit
f253b08774
Binary file not shown.
@ -233,19 +233,18 @@ following content:
|
|||||||
After=multi-user.target
|
After=multi-user.target
|
||||||
|
|
||||||
[Service]
|
[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
|
Type=simple
|
||||||
Restart=always
|
Restart=always
|
||||||
RestartSec=3
|
RestartSec=3
|
||||||
User=USERNAMEHERE
|
User=USERNAMEHERE
|
||||||
ExecStart=rnsd --service
|
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]
|
[Install]
|
||||||
WantedBy=multi-user.target
|
WantedBy=multi-user.target
|
||||||
|
|
||||||
|
File diff suppressed because one or more lines are too long
@ -236,19 +236,18 @@ Description=Reticulum Network Stack Daemon
|
|||||||
After=multi-user.target
|
After=multi-user.target
|
||||||
|
|
||||||
[Service]
|
[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
|
Type=simple
|
||||||
Restart=always
|
Restart=always
|
||||||
RestartSec=3
|
RestartSec=3
|
||||||
User=USERNAMEHERE
|
User=USERNAMEHERE
|
||||||
ExecStart=rnsd --service
|
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]
|
[Install]
|
||||||
WantedBy=multi-user.target
|
WantedBy=multi-user.target
|
||||||
</pre></div>
|
</pre></div>
|
||||||
|
Loading…
Reference in New Issue
Block a user