From 845b6c1a27f720c1d4f5272d48770e88ab13a47d Mon Sep 17 00:00:00 2001 From: Patrick McGuire Date: Sat, 4 Dec 2021 12:01:02 -0500 Subject: [PATCH] added chart_viewer.service to those that are stopped when stopping core services --- scripts/stop_core_services.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/scripts/stop_core_services.sh b/scripts/stop_core_services.sh index 2f2c8f4..42c87c5 100755 --- a/scripts/stop_core_services.sh +++ b/scripts/stop_core_services.sh @@ -4,6 +4,7 @@ services=(birdnet_recording.service birdnet_analysis.service +chart_viewer.service extraction.timer) for i in "${services[@]}";do