diff --git a/scripts/extract_new_birdsounds.sh b/scripts/extract_new_birdsounds.sh index 7dd34bf..946dd1c 100755 --- a/scripts/extract_new_birdsounds.sh +++ b/scripts/extract_new_birdsounds.sh @@ -115,11 +115,11 @@ for h in "${SCAN_DIRS[@]}";do # If there are already 20 extracted entries for a given species # for today, remove the oldest file and create the new one. - if [[ "$(find ${NEWSPECIES_BYDATE} | wc -l)" -ge 21 ]];then - echo "20 ${SPECIES}s, already! Removing the oldest by-date and making a new one" - cd ${NEWSPECIES_BYDATE} || exit 1 - ls -1t . | tail -n +21 | xargs -r rm -vv - fi + # if [[ "$(find ${NEWSPECIES_BYDATE} | wc -l)" -ge 21 ]];then + # echo "20 ${SPECIES}s, already! Removing the oldest by-date and making a new one" + # cd ${NEWSPECIES_BYDATE} || exit 1 + # ls -1t . | tail -n +21 | xargs -r rm -vv + # fi echo "Extracting audio . . . " # If the above tests have passed, then the extraction happens. diff --git a/scripts/install_services.sh b/scripts/install_services.sh index 994190e..c86503f 100755 --- a/scripts/install_services.sh +++ b/scripts/install_services.sh @@ -23,7 +23,7 @@ Description=BirdNET Analysis Restart=always RuntimeMaxSec=10800 Type=simple -RestartSec=3 +RestartSec=1 User=${USER} ExecStart=/usr/local/bin/birdnet_analysis.sh [Install] diff --git a/templates/birdnet_analysis.service b/templates/birdnet_analysis.service index 0986adb..0817d89 100644 --- a/templates/birdnet_analysis.service +++ b/templates/birdnet_analysis.service @@ -6,7 +6,7 @@ After=network-online.target ${SYSTEMD_MOUNT} [Service] Restart=always Type=simple -RestartSec=3 +RestartSec=1 User=${BIRDNET_USER} ExecStart=/usr/local/bin/birdnet_analysis.sh