From e68b8b58385a78380e3465c25d81fea8024cedf5 Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Sun, 28 Apr 2024 19:14:26 +0200 Subject: [PATCH] Update and rename 03_throttlerecording to 03_throttlerecording --- .../rootfs/{archive => custom-services.d}/03_throttlerecording | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename birdnet-pi/rootfs/{archive => custom-services.d}/03_throttlerecording (93%) diff --git a/birdnet-pi/rootfs/archive/03_throttlerecording b/birdnet-pi/rootfs/custom-services.d/03_throttlerecording similarity index 93% rename from birdnet-pi/rootfs/archive/03_throttlerecording rename to birdnet-pi/rootfs/custom-services.d/03_throttlerecording index 20cd65715..f9bb5de5b 100644 --- a/birdnet-pi/rootfs/archive/03_throttlerecording +++ b/birdnet-pi/rootfs/custom-services.d/03_throttlerecording @@ -37,7 +37,7 @@ while [ 1 ];do else state="active" fi - echo "$(date) INFO ${wavs} wav files waiting in ${ingest_dir}, $srv state is $state" + echo "$(date) INFO ${wavs} wav files waiting in $(readlink -f $ingest_dir), $srv state is $state" if [ "$wavs" -gt 100 -a "$state" = "active" ];then sudo systemctl stop "$srv" echo "$(date) WARNING stopped $srv service"