this post was submitted on 20 Mar 2026
25 points (90.3% liked)
Linux
12894 readers
824 users here now
A community for everything relating to the GNU/Linux operating system (except the memes!)
Also, check out:
Original icon base courtesy of lewing@isc.tamu.edu and The GIMP
founded 2 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
Tl;Dr they all failed because they're init daemons and not entire system management daemons. Article gave a nice description of the different choices but I gave up reading after runit because the reason for failure always boiled down to
More than that: "its only an init daemon that does not even make use of Linux features". They all try to work on all posix systems while systemd is Linux-only and uses everything the kernel can offer to make things safer and more reliable.
There's also the addendum to "s6" which is a bit more interesting, since it seems it found a viable niche outside of hobbyist distros. Somehow I had never heard about it before.
Not just that, but a good amount of software wouldn't work or even install because of a direct dependency on systemd.