• @DoomBot5
    link
    English
    410 months ago

    Systemd is great for process management. It’s fault is trying to do too much.

      • @[email protected]
        link
        fedilink
        410 months ago

        I don’t think you can change foundational architectural things like that in a fork. A lot of systemd’s strengths also come from the integration of doing many things, e.g. process management and the sandboxing features together are certainly easier to read and write than having the process management call some sort of external sandboxing tool (potentially multiple nested ones) with a bazillion parameters all in the ExecStart line of the systemd unit.