2293 added functionality to avoid starting specific core services, but we can't set environment variables in core yet, and it's not nicely exposed to the user.
Some core services are not needed by every user, and while moving them to Extensions may be desirable longer term, it also seems worthwhile to allow the user to disable and re-enable core services when they want to, either for their standard usage or for testing/development purposes. As an example, it would be nice to be able to disable vehicle-related services while building a new firmware version, to provide extra CPU capacity, and they can then be re-enabled afterwards.
Expected or desired behaviour
Ideally all core services could be dynamically disabled/enabled, perhaps using toggle-switches in the Available Services page
If that's not possible we could have the same UI but with a "reboot required" type thing for the changes to be applied
At minimum it should be possible to do the configuration in startup.json and have bootstrap read that when starting (but a dedicated UI would definitely be preferred)
Prerequisites
[X] I have checked to make sure that a similar request has not already been filed or fixed.
Current behaviour
2293 added functionality to avoid starting specific core services, but we can't set environment variables in core yet, and it's not nicely exposed to the user.
Some core services are not needed by every user, and while moving them to Extensions may be desirable longer term, it also seems worthwhile to allow the user to disable and re-enable core services when they want to, either for their standard usage or for testing/development purposes. As an example, it would be nice to be able to disable vehicle-related services while building a new firmware version, to provide extra CPU capacity, and they can then be re-enabled afterwards.
Expected or desired behaviour
startup.json
and have bootstrap read that when starting (but a dedicated UI would definitely be preferred)Prerequisites