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"