diff options
author | Jason Reiss <jreiss@multitech.com> | 2019-08-15 07:45:58 -0500 |
---|---|---|
committer | Jason Reiss <jreiss@multitech.com> | 2019-08-15 07:45:58 -0500 |
commit | 5f7a9d3973d0c1c29893ccd8c759fc74ea8bb584 (patch) | |
tree | e468bf57f226016a65925c75658a5c30c64fde9f /recipes-connectivity/lora/lora-network-server | |
parent | 87f64609702a92b821ddc3ad0caae051dda31c88 (diff) | |
download | meta-mlinux-5f7a9d3973d0c1c29893ccd8c759fc74ea8bb584.tar.gz meta-mlinux-5f7a9d3973d0c1c29893ccd8c759fc74ea8bb584.tar.bz2 meta-mlinux-5f7a9d3973d0c1c29893ccd8c759fc74ea8bb584.zip |
lora: increase sleep between LNS and PKF starting to allow config to be written
Diffstat (limited to 'recipes-connectivity/lora/lora-network-server')
-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" |