I don't really get the point of systemd timers
In general, the more I learn about systemd’s features, and the more functionality I migrate, the more I appreciate the project. It really does provide wonderfully flexible facilities for managing processes in a way that gets most things right.
However there are a few warts, and at least one feature that I just don’t really see any benefit to using over the traditional approach: timers. They seem to add a lot of overhead and ceremony over what plain old cron requires, for little to no benefit (at least for my use-cases so far). Am I missing something?