From 6db70c03e359ccf9ac5dc10ca0720ebf750931ce Mon Sep 17 00:00:00 2001 From: Demon Singur Date: Wed, 9 May 2018 15:58:25 +0000 Subject: 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 --- rootdir/etc/init.qcom.rc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.2.3