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}