feat: Add scheduled runs and Kuma ping

Add systemd user units for daily execution and send an Uptime Kuma push on each run.
This commit is contained in:
Jeena 2026-03-12 15:34:00 +00:00
parent 4ab799c156
commit 413766ed2b
6 changed files with 67 additions and 0 deletions

View file

@ -0,0 +1,9 @@
[Unit]
Description=Run update checks daily
[Timer]
OnCalendar=daily
Persistent=true
[Install]
WantedBy=timers.target