From 817d001f3edb8e370c7a8cea0213660273403864 Mon Sep 17 00:00:00 2001 From: Patrick McGuire <60325264+mcguirepr89@users.noreply.github.com> Date: Sun, 17 Apr 2022 13:47:17 -0400 Subject: [PATCH] chart_viewer every 120s instead of 60s --- 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 399cca6..b9b30f9 100755 --- a/scripts/install_services.sh +++ b/scripts/install_services.sh @@ -320,7 +320,7 @@ install_chart_viewer_service() { Description=BirdNET-Pi Chart Viewer Service [Service] Restart=always -RestartSec=60 +RestartSec=120 Type=simple User=$USER ExecStart=/usr/local/bin/daily_plot.py