summaryrefslogtreecommitdiff
path: root/recipes-connectivity/lora/lora-logging/lora-logging.logrotate.conf
diff options
context:
space:
mode:
Diffstat (limited to 'recipes-connectivity/lora/lora-logging/lora-logging.logrotate.conf')
-rw-r--r--recipes-connectivity/lora/lora-logging/lora-logging.logrotate.conf11
1 files changed, 0 insertions, 11 deletions
diff --git a/recipes-connectivity/lora/lora-logging/lora-logging.logrotate.conf b/recipes-connectivity/lora/lora-logging/lora-logging.logrotate.conf
deleted file mode 100644
index 6fc191c..0000000
--- a/recipes-connectivity/lora/lora-logging/lora-logging.logrotate.conf
+++ /dev/null
@@ -1,11 +0,0 @@
-/var/log/lora-*.log {
- size 512k
- rotate 4
- compress
- copytruncate
- missingok
- postrotate
- set -e;
- /usr/bin/killall -HUP lora-network-server || true;
- endscript
-}