Debian reconsiders init-system diversity
Debian reconsiders init-system diversity
Posted Nov 15, 2019 5:29 UTC (Fri) by anguslees (subscriber, #7131)In reply to: Debian reconsiders init-system diversity by BirAdam
Parent article: Debian reconsiders init-system diversity
With the old sysvinit way of doing things, you only had a global sort-ordering of scripts, and anything else you had to actually execute the script to discover.
Amongst other things, the config file approach gives you all the information you need to "easily" generate a sysvinit script and ordering (if you wanted to migrate in that direction) - whereas the opposite is basically impossible.
If we ignore all the rest, moving the ecosystem to systemd unit files (or something similar) gives us a much more useful description of our system.
