• infinite_looper@piefed.social
    link
    fedilink
    English
    arrow-up
    13
    ·
    20 hours ago

    I use it and it does the job, but the problem is that it doesn’t adhere to Unix philosophy of pluggable components that do one thing. In fact, the systemd suite does dozens of things:

    • init system
    • manages services
    • login
    • user sessions
    • system logs
    • devices
    • networking
    • DNS resolution
    • timers
    • clock synchronization
    • containers
    • even boot loader
    • auzy1@lemmy.world
      link
      fedilink
      English
      arrow-up
      6
      arrow-down
      3
      ·
      edit-2
      14 hours ago

      People keep mentioning this. It’s not actually a problem

      It’s not even a good philosophy anymore (although, not actually even sure where this statement originated). The Linux kernel does more than 1 thing. So does Gnome, KDE, etc.

      The old init scripts did “one thing”, but, because they did too little, the scripts were difficult to write, there were issues like race conditions, etc.

      Anyone who ever wrote a SysV script would tell you what an absolute nightmare they were… Whereas, SystemD, even more complex ones which depend on a lot of factors are now easy (and only a few lines).

    • Reznik@lemmy.zip
      link
      fedilink
      English
      arrow-up
      7
      arrow-down
      5
      ·
      18 hours ago

      Your browser doesn’t follow the unix philosophy: Downloading a site is 1 job, rendering another one. Do change that to?