Ive been runing Debian 12 (kde) since bookworm was released and am loving it.

I have recently discovered Devuan which seems to be Debian without systemd - what is the benefit of removing this init system?

  • fnv@lemmy.ml
    link
    fedilink
    arrow-up
    14
    arrow-down
    15
    ·
    11 months ago

    I am fan of principles like KISS and “Do one thing and do it right”. From this point of view is systemd disaster because it is almost everywhere in the system - boot, network, logs, dns, user/home management… It’s always surprise for me if nothing breaks when I do upgrades.
    I understand why systemd is here but I’m not at all happy to use it.

    • Markaos@lemmy.one
      link
      fedilink
      arrow-up
      32
      arrow-down
      4
      ·
      11 months ago

      From this point of view is systemd disaster because it is almost everywhere in the system - boot, network, logs, dns, user/home management…

      That’s almost like complaining that GNU coreutils is a disaster from KISS point of view because it includes too many things in a single project - cat, grep, dd, chown, touch, sync, base64, date, env… Not quite, because coreutils is actually a single package unlike systemd.

      The core systemd is big (IMHO it needs to be in order to provide good service management, and service management is a reasonable thing to include in systemd), but everything you listed are optional components. If your distro bundles them into one package, that’s on them.

      • fnv@lemmy.ml
        link
        fedilink
        arrow-up
        1
        ·
        10 months ago

        Systemd includes many complex things, coreutils includes many simple things. And coreutils are ported to many different OS’es, systemd is linux only. Ask why?

        Lets imagine, my linux distro runs with openrc/upstart and I like systemd-journal features. Am I able to run system-journal without any other systemd components running?