From d362a07b73f4416cee5a6cbc159320846f418108 Mon Sep 17 00:00:00 2001 From: Patrick McGuire <60325264+mcguirepr89@users.noreply.github.com> Date: Sat, 4 Dec 2021 16:59:58 -0500 Subject: [PATCH] Update stop_core_services.sh --- scripts/stop_core_services.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/scripts/stop_core_services.sh b/scripts/stop_core_services.sh index 42c87c5..a2ce92c 100755 --- a/scripts/stop_core_services.sh +++ b/scripts/stop_core_services.sh @@ -5,7 +5,8 @@ services=(birdnet_recording.service birdnet_analysis.service chart_viewer.service -extraction.timer) +extraction.timer +spectrogram_viewer.service) for i in "${services[@]}";do sudo systemctl stop ${i}