summaryrefslogtreecommitdiff
path: root/recipes-connectivity/lora/lora-network-server
diff options
context:
space:
mode:
authorJason Reiss <jreiss@multitech.com>2020-02-24 13:23:56 -0600
committerJason Reiss <jreiss@multitech.com>2020-02-24 13:23:56 -0600
commit6b45bc036080f4950d7e0b46a426667d68acda4a (patch)
tree1ac07b58d6a946e1b97efdaa895314058b206df5 /recipes-connectivity/lora/lora-network-server
parent854381237972bd7a7149b35db0e0aa1c0e5328a2 (diff)
downloadmeta-mlinux-6b45bc036080f4950d7e0b46a426667d68acda4a.tar.gz
meta-mlinux-6b45bc036080f4950d7e0b46a426667d68acda4a.tar.bz2
meta-mlinux-6b45bc036080f4950d7e0b46a426667d68acda4a.zip
lora: update LNS init script to remove PKF log file
Diffstat (limited to 'recipes-connectivity/lora/lora-network-server')
-rwxr-xr-xrecipes-connectivity/lora/lora-network-server/lora-network-server.init4
1 files changed, 2 insertions, 2 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 b8b1f6f..b619d8c 100755
--- a/recipes-connectivity/lora/lora-network-server/lora-network-server.init
+++ b/recipes-connectivity/lora/lora-network-server/lora-network-server.init
@@ -208,12 +208,12 @@ do_start() {
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"
+ -- -c "exec $angel $pkt_fwd $pkt_fwd_options 2>&1"
if [ "$dual_cards_installed" == "true" ]; then
/usr/sbin/start-stop-daemon --chdir $run_dir/2 --start --background --make-pidfile \
--pidfile $pkt_fwd_2_pidfile --startas /bin/bash \
- -- -c "exec $angel $pkt_fwd_2 $pkt_fwd_options 2>&1 >> $pkt_fwd_2_log"
+ -- -c "exec $angel $pkt_fwd_2 $pkt_fwd_options 2>&1"
fi
fi