• Björn Tantau@swg-empire.de
    link
    fedilink
    arrow-up
    1
    ·
    3 months ago

    I think the init system is the best part of systemd. It is sooo easy to use. You don’t have to write the same complicated shell script for your software like everyone else. You just give systemd the path to your executable and that’s basically it. It does the rest and you don’t have to worry about PID files or forking the actual software. Systemd basically runs it like you did while developing it.

    I think what people don’t like are all the other parts of systemd that seem to be tightly coupled. I don’t know if it is even possible to run just the systemd init without any other systemd package.

    The last time I got angry at systemd was when resolvd did some DNS shit I did not approve of.