| Well yes and no. I like the good parts of SystemD (not the parts this video is talking about). For me there are 3 things that SystemD gets right: - no shell scripts for service configurations - no forking services (no need for daemon mode anymore) - logging and service management is tightly coupled (this is arguably good with some bad parts, required CPU for logging with systemd is not great) And the rest is just pure madness. - DNS (but whyt?) - NTP (but why????) - system limits (seriously, da f???) - pid 1 should be a very simple service (More: https://ewontfix.com/14/) I have spent 25 years on Unix, so I guess I understand the concepts. |