init.qcom.rc: remove critical flag from dashd
* Somehow, some third-party stuff can mess up the context of dashd and prevent it from starting. We cannot fix third-party stuff, but at least it makes sense that dashd isn't that "critical" to the point that the whole system shuts down just because of this single service. Change-Id: Ife3ca59e38782909b0b42a9b77a342d2a5b92ae8
This commit is contained in:
parent
81f811438a
commit
bea94bd664
|
@ -1282,6 +1282,5 @@ service vendor.audio-hal-2-0 /vendor/bin/hw/android.hardware.audio@2.0-service
|
|||
|
||||
service dashd /sbin/dashd
|
||||
class core
|
||||
critical
|
||||
seclabel u:r:dashd:s0
|
||||
group root system
|
||||
|
|
Loading…
Reference in New Issue