From ad104c90a9b20e7af63e156f8fccfd063bb9334b Mon Sep 17 00:00:00 2001 From: Patrick McGuire Date: Tue, 28 Sep 2021 19:12:20 -0400 Subject: [PATCH] making extraction service run every 10 seconds (or as best as systemd timers can do) --- 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 4ee70d9..bc1ec05 100755 --- a/scripts/install_services.sh +++ b/scripts/install_services.sh @@ -53,7 +53,7 @@ Requires=extraction.service [Timer] Unit=extraction.service -OnCalendar=*:0/10 +OnCalendar=*:*:0/10 [Install] WantedBy=multi-user.target