When I just see my TV taking Linux updates it makes me feel so cozy. For context sake I have a veroV running osmc.

  • @[email protected]
    link
    fedilink
    English
    6
    edit-2
    4 days ago

    The unix philosophy is that a piece of software should do one thing, and do it well. Systemd does a dozen things, all of them poorly. It’s an especially poor choice for an embedded or appliance system.

          • @[email protected]
            link
            fedilink
            English
            13 days ago

            Linux is a kernel. The kernel modules, services, userland, etc. are all modular and can be used independently. Not so with systemd (at least how it’s implemented in most distros).

            • @[email protected]
              link
              fedilink
              12 days ago

              I’m sure there’s several modules in the Linux kernel that are necessary to function, and you’re also aware that when people broadly refer to Linux, they don’t mean the kernel specifically lol

        • @[email protected]
          link
          fedilink
          13 days ago

          I don’t see the problem but I was just saying that it doesn’t break the unix philosophy as such. Not that unix philosophy is much of a thing anymore.