add saints

This commit is contained in:
Mark Eaton
2026-01-23 13:02:42 -05:00
parent 3325eef058
commit 417497556f
2 changed files with 38 additions and 0 deletions
+18
View File
@@ -0,0 +1,18 @@
# lives at ~/.config/systemd/user/saints.timer
# User-level systemd timer that "catches up" missed runs if the machine was off.
[Unit]
Description=Schedule get_saint_of_the_day.py with catch-up if missed
[Timer]
# Change this to your desired schedule; examples:
# OnCalendar=daily
# OnCalendar=Mon..Fri 09:00
# See man systemd.time for syntax.
OnCalendar=daily
Timezone=America/New_York
Persistent=true
Unit=saints.service
[Install]
WantedBy=timers.target