this post was submitted on 20 Mar 2026
40 points (91.7% liked)

Linux

14221 readers
1095 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 3 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
[–] Scoopta@programming.dev 37 points 3 months 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 14 points 3 months 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 9 points 3 months 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.

[–] BrianTheeBiscuiteer@lemmy.world 3 points 3 months ago

Not just that, but a good amount of software wouldn't work or even install because of a direct dependency on systemd.