Out of all the Linux init systems out there, which one are you actually daily driving right now and why? ​Have you tried any others before your current one? What made you stick with it over the rest?

  • Rindogang [she/her]@hexbear.netOP
    link
    fedilink
    English
    arrow-up
    8
    ·
    11 days ago

    None actually! I was just reading online that people hate systemd because it’s a black box and destroys the Linux philosophy. I just wanted to see if the alternatives are actually worth trying… or if it’s just elitism

    • kleeon [he/him, he/him]@hexbear.net
      link
      fedilink
      English
      arrow-up
      11
      ·
      11 days ago

      It’s mostly just a handful of nerds having pointless arguments. 99.9% of people are not going to interact with the init system. So whatever init comes with your OS is probably fine, unless you need something super specific

      I just wanted to see if the alternatives are actually worth trying

      Probably not. Try them if you’re actually experiencing any problems with your current init system or if you want to learn new things

    • Default Username@lemmy.dbzer0.com
      link
      fedilink
      English
      arrow-up
      5
      ·
      11 days ago

      It’s not a black box since it’s FOSS, but it is indeed monolithic.

      I still use systemd since I find it easy to work with and I’ve been using it for many years.

      It’s also worth noting that the Linux kernel itself is monolithic and does not exactly follow the UNIX philosophy, but I’m not aware of any stable microkernels with the same level of functionality as Linux.