diff options
author | Jason Reiss <jreiss@multitech.com> | 2020-02-24 13:21:48 -0600 |
---|---|---|
committer | Jason Reiss <jreiss@multitech.com> | 2020-02-24 13:21:48 -0600 |
commit | 854381237972bd7a7149b35db0e0aa1c0e5328a2 (patch) | |
tree | 2b507ea55dd7aaf811b1f095027ccadf634bba77 /recipes-connectivity/lora/lora-logging | |
parent | 1e9eb8993694d0e151ba0fbceedd19dc81488c76 (diff) | |
download | meta-mlinux-854381237972bd7a7149b35db0e0aa1c0e5328a2.tar.gz meta-mlinux-854381237972bd7a7149b35db0e0aa1c0e5328a2.tar.bz2 meta-mlinux-854381237972bd7a7149b35db0e0aa1c0e5328a2.zip |
lora: update lora-logging, PKF on mLinux does not handle SIGHUP
Diffstat (limited to 'recipes-connectivity/lora/lora-logging')
-rw-r--r-- | recipes-connectivity/lora/lora-logging/lora-logging.logrotate.conf | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/recipes-connectivity/lora/lora-logging/lora-logging.logrotate.conf b/recipes-connectivity/lora/lora-logging/lora-logging.logrotate.conf index 5f26561..6fc191c 100644 --- a/recipes-connectivity/lora/lora-logging/lora-logging.logrotate.conf +++ b/recipes-connectivity/lora/lora-logging/lora-logging.logrotate.conf @@ -6,7 +6,6 @@ missingok postrotate set -e; - /usr/bin/killall -HUP lora_pkt_fwd || true; /usr/bin/killall -HUP lora-network-server || true; endscript } |