I am not Linux admin, but I've been using Linux managed by others on servers for many, many years and I have a question: Is that 'systemd' thing is so crucial and important to devote so much effort to create brand new Linux distribution. I have only vague picture what systemd is doing, I can imagine that there could be something better (as always in IT), but is this really that important?
Systemd is very Windows-like.... big central kernel-like thing that provides services, logging, authentication... but what I don't understand is why they anyone would rather have init.d
This because the sysv binary itself is small, and a stepping of point for something more elaborate.
OpenRC for example use sysv as the init binary, but builds a services management structure akin to what systemd offers.