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:
parent
8ab6135938
commit
9c8177ebfa
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user