you are viewing a single comment's thread
view the rest of the comments
[–] 14 points 2 years ago (3 children)

I'm not a linux power user but have some servers running on linux and honestly wouldn't change it with anything else, as everything runs smooth and maintainance is easy and straight forward. Even if something gets fucked there is a great online community which helped me out everytime.

That said, and sorry for the long introduction:

I read a lot systemd memes in the last weeks: What is the problem with it and why is it trending now?

  • source
  • hideshow 6 child comments
  • [–] 12 points 2 years ago (1 child)

    Nothing new. Nothing recent. Just people being scared of something because they don't know how it works or because it's relatively new.

    Major distros have started adopting it in recent years. It's one of many ways for a distro to manage which services are running. Many of the others are essentially a hodgepodge of shell scripts.

    systemd provides a lot of flexibility with service dependencies and logging, amount other things. It has a standard way to have user-scoped services. It's standardizes filtering logs for specific services.

  • source
  • parent
  • hideshow 2 child comments
  • [–] 7 points 2 years ago (2 children)

    basicly people complaining about what they don't understand, that it don't follow unix philosophy, when that philosophy was created 50 years ago, any way,etc, if systemd wasn't good anyone could have adopted it, and everyone did, beause it easier, it's faster and it work

    https://youtu.be/o_AIw9bGogo?si=83QbNSQgG646M98_

    good video about it

  • source
  • parent
  • hideshow 4 child comments
  • [–] 3 points 2 years ago

    I'm neither a systemd fan nor a hater, but in my experience not even enterprise linux distributors can get it to work correctly all the time. That tells me that maybe it is too complicated.

  • source
  • parent
  • [–] 6 points 2 years ago (2 children)

    Sysinit was basically one file where you tell a process what to do, start, reload, stop. Systems is way way more complicated and according to some, prone to breaking.

  • source
  • parent
  • hideshow 4 child comments
  • [–] 6 points 2 years ago

    It's funny, after your first sentence, I thought “yeah, that's exactly the problem. Copy&paste fragile shell code for managing processes instead of standardized lifecycle management”. Then your second sentence painted that horrible mess as “less complicated”

  • source
  • parent
  • [–] 4 points 2 years ago (1 child)

    Thanks, and understood. Do you also know why this topic is trending right now? Systemd isn't some brand new thing, so why the sudden outcry?

  • source
  • parent
  • hideshow 2 child comments