• flying_sheep@lemmy.ml
    link
    fedilink
    arrow-up
    10
    ·
    9 months ago

    I haven’t had to debug a bash script since systemd became a thing, so I have a vastly different experience from you.

      • flying_sheep@lemmy.ml
        link
        fedilink
        arrow-up
        2
        ·
        edit-2
        9 months ago

        Never really, because they don’t contain logic. You craft a command line and stuff works.

        The problem with sysv was that almost all of the logic lived in the scripts. They all worked slightly different and all the duplication introduced bugs. Systemd has APIs that take over all the duplicated stuff and implement it once. Bugs have to get fixed once only.