How to run a python script at specific times
Systemd offers multiple ways to run a script at a specific time. The first of
which is the monotonic timer. This is used to run a task after another task that
has no exact time, for example 10 mins after boot. I will be covering the
realtime timers. These function