12 lines
245 B
SYSTEMD
12 lines
245 B
SYSTEMD
|
|
[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
|