• @MyNamesNotRobert
    link
    36 months ago

    What actually are the advantages of system rc over systemd?

    • @[email protected]
      link
      fedilink
      English
      66 months ago

      Not having to go on an hour-long googling adventure to figure out how to write a simple init script. If you know bash, that’s all you need if you’re running (for instance) OpenRC. Systemd services are a mishmash of obscure setting names.

    • @[email protected]
      link
      fedilink
      English
      56 months ago

      It’s easier to manage/secure since it’s essentially just shell scripts. Systemd touches a lot of things and makes the initialization process more complex, which introduces more security vectors.

      • @[email protected]
        link
        fedilink
        46 months ago

        It’s easier to manage/secure since it’s essentially just shell scripts

        I love the fact that I can’t tell whether this is irony or not.