Hacker News new | ask | show | jobs
by izacus 102 days ago
How does it handle restart after the machine wakes up again?
1 comments

When the machine wakes up, systemd checks the timer's schedule and when it last ran. If one or more runs were missed due to the sleep, it's executed immediately.
On Windows and macOS machines too? How does that work?