summaryrefslogtreecommitdiff
path: root/recipes-connectivity/lora/lora-packet-forwarder/lora-packet-forwarder.init
diff options
context:
space:
mode:
authorJeff Hatch <jhatch@multitech.com>2018-11-07 13:41:07 -0600
committerJeff Hatch <jhatch@multitech.com>2018-11-07 13:41:07 -0600
commitf1914677135cd27e6bfefa7c069942a64f540ed3 (patch)
treec1fcb64f7a62c39a737aa6bdb7b7f6131c821dc6 /recipes-connectivity/lora/lora-packet-forwarder/lora-packet-forwarder.init
parent5cf450389e8ebfcbe5ed19868ddb3615cd68e465 (diff)
parent168786331f7512dad56c6a755295a3f4624a7fbb (diff)
downloadmeta-mlinux-17a2ebb9cd2a88289eb5b9eef3c287da19547c66.tar.gz
meta-mlinux-17a2ebb9cd2a88289eb5b9eef3c287da19547c66.tar.bz2
meta-mlinux-17a2ebb9cd2a88289eb5b9eef3c287da19547c66.zip
Merge branch 'master' of gitlab.multitech.net:mirrors/meta-mlinux4.1.0
Diffstat (limited to 'recipes-connectivity/lora/lora-packet-forwarder/lora-packet-forwarder.init')
-rwxr-xr-xrecipes-connectivity/lora/lora-packet-forwarder/lora-packet-forwarder.init2
1 files changed, 1 insertions, 1 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 4780da6..99463f6 100755
--- a/recipes-connectivity/lora/lora-packet-forwarder/lora-packet-forwarder.init
+++ b/recipes-connectivity/lora/lora-packet-forwarder/lora-packet-forwarder.init
@@ -195,7 +195,7 @@ do_start() {
echo -n "Starting $NAME: "
/usr/sbin/start-stop-daemon --chdir $run_dir/1 --background --start --make-pidfile \
- --pidfile $pkt_fwd_pidfile --startas /bin/bash -- -c "exec $pkt_fwd $pkt_fwd_options &>$pkt_fwd_log"
+ --pidfile $pkt_fwd_pidfile --startas /bin/bash -- -c "exec $pkt_fwd $pkt_fwd_options"
renice -n -20 -p $(pgrep $(basename $pkt_fwd))