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
[–] Scoopta@programming.dev 23 points 1 day ago (3 children)

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

It's only an init daemon

[–] hunger@programming.dev 6 points 1 day ago

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.

[–] ViatorOmnium@piefed.social 5 points 1 day ago

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.