I am a Linux user, but I don’t really know how most things work, even after years of casual use on my Main, I just started getting into Devuan and wondered then, what exacly does systemd do that most distros have it? What even is init freedom? And why should I care?

    • @m_randall@sh.itjust.works
      link
      fedilink
      272 years ago

      This is a good post.

      As for why people don’t like systemd, it follows the kitchen-sink approach to software and does a lot of things at once.

      For people new to Linux I just want to point out - for better or for worse this goes against the Unix philosophy.

      Write programs that do one thing and do it well. Write programs to work together. Write programs to handle text streams, because that is a universal interface.

      • @NRoach44@lemmy.ml
        link
        fedilink
        English
        16
        edit-2
        2 years ago

        One thing that people miss - either out of ignorance, or because it goes against the narrative - is that systemd is modular.

        One part handles init and services (and related things like mounts and sockets, because it makes sense to do that), one handles user sessions (logind), one handles logging (journald), one handles networking (networkd) etc etc.

        You don’t have to use networkd, or their efi bootloader, or their kernel install tool, or the other hostname/name resolution/userdb/tmpfiles etc etc tools.

    • @Napain@lemmy.ml
      link
      fedilink
      122 years ago

      wow thank you for taking the time and explaining that! I didn’t except to learn that today right before bed today or ever. It’s these kind of great comments that i come to lemmy for. Just know that i really appreciate it!

    • MateoOP
      link
      fedilink
      English
      52 years ago

      Great comment, cleared up a lot of thing, thanks.