diff options
author | Jason Reiss <jreiss@multitech.com> | 2019-08-15 07:45:58 -0500 |
---|---|---|
committer | John Klug <john.klug@multitech.com> | 2019-11-11 11:33:19 -0600 |
commit | 865dd441286363ad8943846b2213212d3ce87057 (patch) | |
tree | 51785d394194964c9fc9a3873afe8ad2a3d74009 /recipes-connectivity/lora | |
parent | e23cc65c38b213f0da771c825fd6761a5da33e82 (diff) | |
download | meta-mlinux-865dd441286363ad8943846b2213212d3ce87057.tar.gz meta-mlinux-865dd441286363ad8943846b2213212d3ce87057.tar.bz2 meta-mlinux-865dd441286363ad8943846b2213212d3ce87057.zip |
lora: increase sleep between LNS and PKF starting to allow config to be written
Diffstat (limited to 'recipes-connectivity/lora')
-rwxr-xr-x | recipes-connectivity/lora/lora-network-server/lora-network-server.init | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes-connectivity/lora/lora-network-server/lora-network-server.init b/recipes-connectivity/lora/lora-network-server/lora-network-server.init index 88ea271..b8b1f6f 100755 --- a/recipes-connectivity/lora/lora-network-server/lora-network-server.init +++ b/recipes-connectivity/lora/lora-network-server/lora-network-server.init @@ -205,7 +205,7 @@ do_start() { if [ "$no_lora_hw" != "true" ]; then # start packet forwarder - sleep 2 + sleep 4 /usr/sbin/start-stop-daemon --chdir $run_dir/1 --start --background --make-pidfile \ --pidfile $pkt_fwd_pidfile --startas /bin/bash \ -- -c "exec $angel $pkt_fwd $pkt_fwd_options 2>&1 >> $pkt_fwd_log" |