• Max-P@lemmy.max-p.me
    link
    fedilink
    arrow-up
    13
    arrow-down
    1
    ·
    3 months ago

    I also use systemd a lot and it baffles me people can claim sysvinit was more reliable with a straight face.

    Half the time I restarted MySQL in the sysvinit days (pre-upstart as well), it would fail to stop it then try to start a new instance of it with the old one still running and the only way to fix it was to manually stop the other instance.

    Process management is like the one thing systemd really does well thanks to cgroups, it’s impossible for it to lose track of processes because the process lied about its pidfile.