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
This commit is contained in:
Arian 2020-12-14 12:54:35 +01:00
parent 8ab6135938
commit 9c8177ebfa
No known key found for this signature in database
GPG Key ID: 48029380598CE3B9

View File

@ -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