diff options
author | Harsh Sharma <harsh.sharma@multitech.com> | 2023-05-19 10:14:29 -0500 |
---|---|---|
committer | Harsh Sharma <harsh.sharma@multitech.com> | 2023-05-19 10:14:29 -0500 |
commit | 3fa62ee10d8960f5b2217c72a2012477f96c4e10 (patch) | |
tree | f362d073b89cdea0086d1c31ba48a4f4c382821e /recipes-connectivity/lora | |
parent | 608d7ed3ce4260feef97fdd20a84a3aa010d72e2 (diff) | |
download | meta-mlinux-3fa62ee10d8960f5b2217c72a2012477f96c4e10.tar.gz meta-mlinux-3fa62ee10d8960f5b2217c72a2012477f96c4e10.tar.bz2 meta-mlinux-3fa62ee10d8960f5b2217c72a2012477f96c4e10.zip |
Added spi setup for dual cards in pkf mode
Diffstat (limited to 'recipes-connectivity/lora')
-rwxr-xr-x | recipes-connectivity/lora/lora-packet-forwarder/lora-packet-forwarder.init | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/recipes-connectivity/lora/lora-packet-forwarder/lora-packet-forwarder.init b/recipes-connectivity/lora/lora-packet-forwarder/lora-packet-forwarder.init index 1e54d65..dbc1cb7 100755 --- a/recipes-connectivity/lora/lora-packet-forwarder/lora-packet-forwarder.init +++ b/recipes-connectivity/lora/lora-packet-forwarder/lora-packet-forwarder.init @@ -370,6 +370,7 @@ do_start() { program stop = \"$daemon_stop --pidfile $pkt_fwd_pidfile --retry 5\"" > /etc/monit.d/lora-pkt-fwd-1 if [ "$dual_cards_installed" == "true" ]; then + pkt_fwd_options=" -p 2" pkf_2_exec="exec $pkt_fwd_2 $pkt_fwd_options -l $pkt_fwd_2_log" $daemon_start --chdir $run_dir/2 --make-pidfile --pidfile $pkt_fwd_2_pidfile --startas /bin/bash -- -c "$pkf_2_exec" echo "check process lora-pkt-fwd-2 with pidfile $pkt_fwd_2_pidfile |