diff options
author | Jeff Hatch <jhatch@multitech.com> | 2018-11-07 13:41:07 -0600 |
---|---|---|
committer | Jeff Hatch <jhatch@multitech.com> | 2018-11-07 13:41:07 -0600 |
commit | f1914677135cd27e6bfefa7c069942a64f540ed3 (patch) | |
tree | c1fcb64f7a62c39a737aa6bdb7b7f6131c821dc6 /recipes-connectivity/lora/lora-network-server | |
parent | 5cf450389e8ebfcbe5ed19868ddb3615cd68e465 (diff) | |
parent | 168786331f7512dad56c6a755295a3f4624a7fbb (diff) | |
download | meta-mlinux-4.1.0.tar.gz meta-mlinux-4.1.0.tar.bz2 meta-mlinux-4.1.0.zip |
Merge branch 'master' of gitlab.multitech.net:mirrors/meta-mlinux4.1.0
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 2009fd8..a55be0b 100755 --- a/recipes-connectivity/lora/lora-network-server/lora-network-server.init +++ b/recipes-connectivity/lora/lora-network-server/lora-network-server.init @@ -125,7 +125,7 @@ do_start() { # start packet forwarder /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_log" + --pidfile $pkt_fwd_pidfile --startas /bin/bash -- -c "exec $pkt_fwd " renice -n -20 -p $(pgrep lora-network-se) renice -n -20 -p $(pgrep $(basename $pkt_fwd)) |