Ticket #250 (closed enhancement: wontfix)
Subsystems launch order
| Reported by: | ainulindale | Owned by: | mickey |
|---|---|---|---|
| Priority: | minor | Milestone: | |
| Component: | framework/general | Version: | |
| Keywords: | Cc: |
Description
In order to be able to order the launch of the subsystems, to be able to request faster resources, for instance, it would be great to have a way to order their start.
Change History
comment:2 Changed 2 years ago by mickey
- Status changed from new to closed
- Resolution set to wontfix
This will not be implemented in FSO1, however since subsystems live on process level in FSO2, this will either work using dbus system activation or distro maintainers can chose how to start them via naming of init scripts.
Note: See
TracTickets for help on using
tickets.

How much would that improve the overall speed? Would this even improve anything since most subsystems have stuff they need to do in the idle task anyway?
Maybe the -s <system1>,<system2> option starts the subsystems in the same order given?