diff options
author | Demon Singur <demonsingur@gmail.com> | 2018-05-09 15:58:25 +0000 |
---|---|---|
committer | Tom Roida <tom@roida.de> | 2021-02-21 11:08:13 +0100 |
commit | 6db70c03e359ccf9ac5dc10ca0720ebf750931ce (patch) | |
tree | 76d2221a2d523f23c7bad10219a0ea006d2064cf /rootdir | |
parent | 97f58a2b4ea135e87fa1cad06bca7018dc91e9b3 (diff) |
shinano-common: rootdir: Start sensors on class main
On hard resets the sensors daemon starts before the decryption is
done causing sensors to not work until a soft reset.
Move sensors to class main to avoid this issue.
Change-Id: Ibb123c40ab22a8d9bb956072597bd8f71edd57a2
Diffstat (limited to 'rootdir')
-rw-r--r-- | rootdir/etc/init.qcom.rc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/rootdir/etc/init.qcom.rc b/rootdir/etc/init.qcom.rc index d940a92..472bd97 100644 --- a/rootdir/etc/init.qcom.rc +++ b/rootdir/etc/init.qcom.rc @@ -423,7 +423,7 @@ service rmt_storage /vendor/bin/rmt_storage shutdown critical service sensors /vendor/bin/sensors.qcom - class core + class main user root group root wakelock |