32
Working with systemd timers - Dmitry Kudryavtsev
(yieldcode.blog)
A community for everything relating to the GNU/Linux operating system
Also check out:
Original icon base courtesy of lewing@isc.tamu.edu and The GIMP
cron is quite inadequate for condition based scheduling. Instead of million obscure ways to achieve this inside the command that cron executes, systemd timers give us a standard ONE way to do things.
I feel like systemd timers follow unix philosophy better than cron at this day and age.