diff options
author | Davide Garberi <dade.garberi@gmail.com> | 2018-01-02 18:30:13 +0100 |
---|---|---|
committer | Davide Garberi <dade.garberi@gmail.com> | 2018-01-06 15:14:04 +0100 |
commit | 9653dbb20f5c7ff71ceb572a9710d1a2bc1ee97c (patch) | |
tree | fc98f5bd6e764fbbad026ad068802a60aea17d22 /rootdir/etc/init.qcom.rc | |
parent | 77679b4cd79f62c742ec165b5dac4a3933f0dd96 (diff) |
msm8996-common: Update CNE to LA.UM.6.x [2/2]
Signed-off-by: Davide Garberi <dade.garberi@gmail.com>
Diffstat (limited to 'rootdir/etc/init.qcom.rc')
-rwxr-xr-x | rootdir/etc/init.qcom.rc | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/rootdir/etc/init.qcom.rc b/rootdir/etc/init.qcom.rc index ec09361..2105b45 100755 --- a/rootdir/etc/init.qcom.rc +++ b/rootdir/etc/init.qcom.rc @@ -731,18 +731,12 @@ on property:ro.bluetooth.ftm_enabled=true on property:persist.env.fastdorm.enabled=true setprop persist.radio.data_no_toggle 1 -service cnd /system/bin/cnd +service cnd /vendor/bin/cnd class main socket cnd stream 660 root inet group root wakelock writepid /dev/cpuset/system-background/tasks -service dpmd /system/bin/dpmd - class late_start - socket dpmd stream 660 root system - group system readproc - writepid /dev/cpuset/system-background/tasks - service irsc_util /system/bin/irsc_util "/vendor/etc/sec_config" class core user root |