• Scoopta@programming.dev
    link
    fedilink
    arrow-up
    34
    ·
    2 days ago

    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

    • Tobias Hunger@programming.dev
      link
      fedilink
      arrow-up
      12
      arrow-down
      1
      ·
      2 days 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
      link
      fedilink
      English
      arrow-up
      8
      ·
      2 days 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.