From 9c8177ebfa93227cbbf456284fad372a1dfc662e Mon Sep 17 00:00:00 2001 From: Arian Date: Mon, 14 Dec 2020 12:54:35 +0100 Subject: [PATCH] davinci: rootdir: Enable qcrild and data services instead of starting them * Enabling the services allows them to start at their proper stage (class main) * Enable them on boot to ensure they are enabled before class main starts Change-Id: I71c3fcb72b38d247d304fda2fa6b2cc76baa0db2 --- rootdir/etc/init.qcom.rc | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/rootdir/etc/init.qcom.rc b/rootdir/etc/init.qcom.rc index 047b765..ed0caff 100644 --- a/rootdir/etc/init.qcom.rc +++ b/rootdir/etc/init.qcom.rc @@ -133,6 +133,12 @@ on boot # Sensors log dir mkdir /data/vendor/sensors 0770 system system + # Enable qcrild and data services + enable vendor.qcrild + enable vendor.qcrild2 + enable vendor.dataqti + enable vendor.dataadpl + on post-fs-data # Create directory used by display clients mkdir /data/vendor/display 0770 system graphics @@ -220,12 +226,6 @@ on post-fs-data # Make MTU adjusting write /proc/sys/net/ipv4/tcp_mtu_probing 1 - # Start qcrild and data services - start vendor.qcrild - start vendor.qcrild2 - start vendor.dataqti - start vendor.dataadpl - setprop vold.post_fs_data_done 1 on property:sys.boot_completed=1