From f8634c01056752f7b61ff8c4e0d05fd0a1c90818 Mon Sep 17 00:00:00 2001 From: Ezra Date: Sun, 5 Apr 2026 08:08:07 +0000 Subject: [PATCH] [BURN] #830: Systemd timer for daily 06:00 execution --- intelligence/deepdive/systemd/deepdive.timer | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 intelligence/deepdive/systemd/deepdive.timer diff --git a/intelligence/deepdive/systemd/deepdive.timer b/intelligence/deepdive/systemd/deepdive.timer new file mode 100644 index 0000000..302a597 --- /dev/null +++ b/intelligence/deepdive/systemd/deepdive.timer @@ -0,0 +1,11 @@ +[Unit] +Description=Deep Dive Daily Intelligence Timer +Documentation=https://github.com/Timmy_Foundation/the-nexus/tree/main/intelligence/deepdive + +[Timer] +OnCalendar=06:00 +Persistent=true +RandomizedDelaySec=300 + +[Install] +WantedBy=timers.target