• Arghblarg
    link
    fedilink
    27 months ago

    :) I’ll try it again, promise. I just didn’t have a good experience around two years ago. I do hear it’s much better now.

    I’ll confess I’ve avoided systemd to this day however. Devuan/Funtoo are fine, and I don’t miss any of the supposed improvements systemd brings. So I’ll probably be rocking Wayland/open-rc or Wayland/sysv-init until I drop dead.

        • @taladar@sh.itjust.works
          link
          fedilink
          47 months ago

          I don’t think you can change foundational architectural things like that in a fork. A lot of systemd’s strengths also come from the integration of doing many things, e.g. process management and the sandboxing features together are certainly easier to read and write than having the process management call some sort of external sandboxing tool (potentially multiple nested ones) with a bazillion parameters all in the ExecStart line of the systemd unit.