Skip to content

autostart: start powerdevil earlier in the phase 0

Bhushan Shah requested to merge work/bshah/early-start into master

I had this issue where my clock app started before powerdevil and it could not find a wakeup service and assumed to use the dumb wakeup using QTimer

Ideally app should watch for the powerdevil service registration, but again random apps starting earlier then core service is not good idea anyway.

Merge request reports