screen-locker/early-bird-workout-check.timer

18 lines
562 B
SYSTEMD
Raw Normal View History

[Unit]
Description=Re-check workout after early bird grace period expires (08:30 normal, 09:05 extended)
After=graphical-session.target
[Timer]
# Fires at 08:30 for the normal early-bird window (5:008:30).
# Also fires at 09:05 to catch the extended window (5:009:00) earned by 5+ workout weeks.
# Both runs are idempotent: the service handles "already logged" and "window still active".
OnCalendar=*-*-* 08:30:00
OnCalendar=*-*-* 09:05:00
Unit=workout-locker.service
Persistent=false
AccuracySec=1s
RandomizedDelaySec=0
[Install]
WantedBy=timers.target