From 71b2c1c8c77c2aa027c55e08afea0f4e16e9a135 Mon Sep 17 00:00:00 2001 From: Patrick McGuire <60325264+mcguirepr89@users.noreply.github.com> Date: Sun, 3 Apr 2022 09:12:35 -0400 Subject: [PATCH] Update install_services.sh --- scripts/install_services.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/install_services.sh b/scripts/install_services.sh index 297fb51..b915fa1 100755 --- a/scripts/install_services.sh +++ b/scripts/install_services.sh @@ -191,7 +191,7 @@ ExecStart=/usr/local/bin/custom_recording.sh [Install] WantedBy=multi-user.target EOF - ln -sf /home/pi/BirdNET-Pi/templates/birdnet_recording.service /usr/lib/systemd/system + ln -sf /home/pi/BirdNET-Pi/templates/custom_recording.service /usr/lib/systemd/system } install_Caddyfile() {