summaryrefslogtreecommitdiff
path: root/recipes-connectivity/lora/lora-logging
diff options
context:
space:
mode:
authorJason Reiss <jreiss@multitech.com>2018-11-06 14:23:38 -0600
committerJason Reiss <jreiss@multitech.com>2018-11-06 14:23:38 -0600
commitf74209ba18fc80288ab07b7bc8be9431dfad60ee (patch)
tree30e6dff8d4f63dfce7827db488a71b9919c73d72 /recipes-connectivity/lora/lora-logging
parent59655cc5f8ed4c95edd8ce46208f429188eb0852 (diff)
downloadmeta-mlinux-f74209ba18fc80288ab07b7bc8be9431dfad60ee.tar.gz
meta-mlinux-f74209ba18fc80288ab07b7bc8be9431dfad60ee.tar.bz2
meta-mlinux-f74209ba18fc80288ab07b7bc8be9431dfad60ee.zip
lora: turn-off default packet forwarder logging, does not work with logrotate
Diffstat (limited to 'recipes-connectivity/lora/lora-logging')
-rw-r--r--recipes-connectivity/lora/lora-logging/lora-logging.logrotate.conf3
1 files changed, 3 insertions, 0 deletions
diff --git a/recipes-connectivity/lora/lora-logging/lora-logging.logrotate.conf b/recipes-connectivity/lora/lora-logging/lora-logging.logrotate.conf
index 01a1cc0..f425c00 100644
--- a/recipes-connectivity/lora/lora-logging/lora-logging.logrotate.conf
+++ b/recipes-connectivity/lora/lora-logging/lora-logging.logrotate.conf
@@ -4,4 +4,7 @@
compress
copytruncate
missingok
+ postrotate
+ killall -SIGHUP lora-network-server
+ endscript
}