The Grumpy Editor's guide to surviving the systemd debate
The Grumpy Editor's guide to surviving the systemd debate
Posted Nov 14, 2014 23:36 UTC (Fri) by neilbrown (subscriber, #359)In reply to: The Grumpy Editor's guide to surviving the systemd debate by anselm
Parent article: The Grumpy Editor's guide to surviving the systemd debate
There are different sorts of complexity, or at least different locations for it.
You have have a very simple engine with very complex configuration, and you can have a very complex engine with very simple configuration.
sysvinit leans towards the first, systemd leans towards the second.
My preferences is generally towards having a simple engine (which is probably why I like coding in C). It is certainly appropriate to add functionality to a simple engine, but it is best if it can be kept simple (well-defined, uniform, orthogonal)
systemd is excellent in terms of functionally. I'm less convinced that it has maintained internal simplicity.
