Comment Re: Debian Spiral (Score 1) 220
What nobody's explained to me is why, if systemd is as bad as most people on Slashdot think it is, why is it in so many distros?
Basically, sysvinit was a pain for every decent sysadmin, it has so many problems nowadays, it needed all the most competent sysadmin skills to work, and not even correctly work.
Reading many comments such as this makes me wonder about the competencies and attention spans of current generations of sysadmins, as if reading and understanding shell scripts is such a difficult task.
Especially when I hear people complain about how hard it is to debug a shell script. Do these people really think that moving from readable and traceable (set -x) shell scripts to a declarative language makes things easier to debug?
These people wouldn't by any change happen to be the same people as those complaining that make, a declarative language, is too hard to understand, maintain and debug and that it needs to be replaced by some complex substitute that claims to simplify things and attempts to hide complexity by reducing flexibility?