From 405ba159c2cbf50e7d62ca00ab3814b15d2b0b0e Mon Sep 17 00:00:00 2001 From: Jason Reiss Date: Thu, 19 Sep 2019 08:11:24 -0500 Subject: lora: update lora-logging for PKF rotating --- recipes-connectivity/lora/lora-logging/lora-logging.logrotate.conf | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'recipes-connectivity') diff --git a/recipes-connectivity/lora/lora-logging/lora-logging.logrotate.conf b/recipes-connectivity/lora/lora-logging/lora-logging.logrotate.conf index f425c00..5f26561 100644 --- a/recipes-connectivity/lora/lora-logging/lora-logging.logrotate.conf +++ b/recipes-connectivity/lora/lora-logging/lora-logging.logrotate.conf @@ -5,6 +5,8 @@ copytruncate missingok postrotate - killall -SIGHUP lora-network-server + set -e; + /usr/bin/killall -HUP lora_pkt_fwd || true; + /usr/bin/killall -HUP lora-network-server || true; endscript } -- cgit v1.2.3