Hacker News new | ask | show | jobs
by the_why_of_y 4071 days ago
The primary reason why systemd got adoption it that it solved real problems both for end users (system administrators) and for higher layers of the stack.

It has replaced various kinds of NIH'ed and pointlessly differently colored bikesheds in different distros with stable public interfaces that obviate #ifdef hell in higher layers of the stack.

Your technical debt argument is very apt. It's how we ended up with piles of brittle and unmaintainable shell scripts that don't do error handling worth a damn.

1 comments

As long people have the option which init system (and software in general) to choose everything works fine. However it is not ok to force people to use something they question, or actually don't want. By the way, systemd is not the only way to go. There are also runit and other systems.

I always follow the KISS principle because the more complicated a system gets the more difficult it is to be fixed. I am a Linuxer since 1990, and I am concerned that current Linux distros follow a way which will make maintainability much more difficult by leaving the KISS principle.

Actually, as long as you don't install things like Gnome, you can blacklist systemd and run Jessie as any other Debian before it.