Not a "bloated, monolithic system"?
Not a "bloated, monolithic system"?
Posted Jan 29, 2019 17:07 UTC (Tue) by mathstuf (subscriber, #69389)In reply to: Not a "bloated, monolithic system"? by mjthayer
Parent article: Systemd as tragedy
A non-exhaustive list includes at least parts of xinetd, cron (pick your flavor), and autofs. These are the parts I use pretty heavily at least. Personally, I find that `.timer` units are by far the best bang-for-your-buck feature of systemd. The ability to run a service every 15 minutes where that is the time between the *end* of the previous run and the start of the next is way better than trying to deal with processes timing out and overlapping with cron. I can stop a timer to pause it (e.g., I know I'm offline, stop telling me that email is failing to sync) and start it again later without editing a file and reloading configuration is very nice to have. I think it would be very hard to have an external cron do that as well as systemd's pid1 does it being part of pid1.