My household primarily runs Arch and Artix for our desktop OS and never have any issues with it, however we have had no end of issues with our home server* and it often ends up being related to systemd.

I am ideally looking for something that can just be left and updated less frequently that can also run docker containers, ideally using OpenRC but can also occasionally run a package on the host system. I’d prefer something GNU as well.

Please don’t reply with any “systemd works fine for me” or “what is your problem with systemd” like most that a search turns up.

Edit*: Probably should have mentioned that its been on CentOS, Ubuntu and then OpenSuse Leap

  • Possibly linux
    link
    fedilink
    English
    75 months ago

    Systemd is well supported and simplifies everything. Why would you not want it?

    • HACKthePRISONS
      link
      fedilink
      55 months ago

      i think init files are simple. i’m still not used to the systemd syntax and i switched whenever ubuntu did.

      • Possibly linux
        link
        fedilink
        English
        25 months ago

        Honestly your probably shouldn’t be writing your own init scripts. That is bad practice and there are better ways of doing things.

        Also just to reiterate systemd is so much faster to boot and manage. Everything is sandboxed properly and dependency management is handled for your. You literally can install a package and then start the service. (Although containers are the better option)