24
/*
* Important note: the shutdown list is run like a stack, new
* entries pushed on top. Therefore, the most recently added
* entry (last started) is the first removed (stopped). This
* should handle system-dependencies pretty nicely- if a system
* is there when you start another, it'll be there when you
* shut down another. Hopefully, this subsystem will remove
* more complexity than it introduces.
*/