From d021728c060b027ab60a6a9719877ea775e00c47 Mon Sep 17 00:00:00 2001 From: jopejoe1 Date: Fri, 3 Nov 2023 08:48:02 +0100 Subject: [PATCH] Chnage moodle ro hour ly --- modules/services/moodle-dl/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/services/moodle-dl/default.nix b/modules/services/moodle-dl/default.nix index 34b4d4f..11b124a 100644 --- a/modules/services/moodle-dl/default.nix +++ b/modules/services/moodle-dl/default.nix @@ -5,7 +5,7 @@ wantedBy = [ "timers.target" ]; timerConfig = { OnBootSec = "5m"; - OnUnitActiveSec = "6h"; + OnUnitActiveSec = "1h"; Unit = "moodle-dl.service"; }; };