From a188d6267d2ee4e10ccf7b28e13d85493fbaebec Mon Sep 17 00:00:00 2001 From: nailyk-fr Date: Sun, 6 May 2018 20:08:46 +0200 Subject: shinano-common: rootdir: Move sensors service to late_start * Sensors service is failing after fmwk restart on encrypted devices. * Moving it to main make it fail on each fmwk restart because it start too early and storage is not fully avaiable. * So place it late_start to ensure encrypted devices are fully working. Change-Id: Ic2af7967478b3860d7028ea61d55912334bfad13 Signed-off-by: nailyk-fr --- rootdir/etc/init.qcom.rc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'rootdir/etc') diff --git a/rootdir/etc/init.qcom.rc b/rootdir/etc/init.qcom.rc index 0743cc0..6fb9141 100644 --- a/rootdir/etc/init.qcom.rc +++ b/rootdir/etc/init.qcom.rc @@ -443,7 +443,7 @@ service rmt_storage /vendor/bin/rmt_storage shutdown critical service sensors /vendor/bin/sensors.qcom - class core + class late_start user root group root wakelock -- cgit v1.2.3