Your grammar is fine, MonsterTrick. Language is a tool for communication; I understand completely what you're saying, therefore, you have wielded that tool sufficiently well. Fuck the haters.
In fact, in a world of LLM slop, a few paragraphs of straight-up opinion with a little wildcard grammar, maybe a typo or two, is most welcome.

I've installed both Arch (systemd) and Void (runit) on the same laptop as an experiment to see whether you could have them both coexisting on the same filesystem. (Which you can - main difficulty is keeping their kernel names separate in
/boot.) There was very little difference between them in time-to-desktop. Arch was faster, if anything. And I run more services on a desktop than I would on a server.Choosing init scripts over systemd is fine for philosophical reasons or if you prefer it for maintenance, but speed isn't an issue. Init scripts are simpler, but systemd goes to great efforts to start things in parallel. Critical servers should be load-balanced and redundant anyway so that you can restart them for updates; whether they take a second longer to start-up doesn't matter.