Request to be able to persist disable DWC on SBC startup
-
The current behavior is that on every upgrade of SBC: DWC is started in a browser on boot.
For those who do not want this, for whatever reason, It would be nice to have a persisted way to disable DWC on boot. Currently - users are required to manually edit some file or other (with varying degrees of success depending on OS version and etc.).
FWIW - my current "fail safe" approach is
sudo mv /usr/bin/launch-dwc /usr/bin/launch-dwc.old
Just a thought.