@mcc @DrHyde @gkrnours I dislike systemd because it eats everything and turns it into a part of itself, it's like the polar opposite of KISS.
Edit: and I do like how it starts services in parallel, I'm doing something similar with my package manager for example, it's a good idea, it just comes with the baggage of systemd being systemd.
@SetOfAllSets @mcc @gkrnours starting things in parallel is a neat trick, but not terribly useful unless you're spawning VMs all the time - and if you are flinging VMs around like confetti you probably won't be running much on each machine so surely the benefit mostly goes away.