diff options
-rwxr-xr-x | rootdir/init.qcom.rc | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/rootdir/init.qcom.rc b/rootdir/init.qcom.rc index a3a4f64..2905309 100755 --- a/rootdir/init.qcom.rc +++ b/rootdir/init.qcom.rc @@ -279,7 +279,6 @@ on post-fs-data restorecon_recursive /persist mkdir /data/misc/dts 0770 media audio mkdir /data/usf 0700 system system - mkdir /data/misc/tloc/ 0700 system drmrpc mkdir /data/misc/qvop 0660 system system mkdir /data/misc/audio_pp 0771 media audio @@ -451,11 +450,6 @@ service fingerprintd /system/bin/fingerprintd group system writepid /dev/cpuset/system-background/tasks -service qfp-daemon /system/bin/qfp-daemon - class late_start - user system - group system drmrpc diag input - service qvop-daemon /system/bin/qvop-daemon class late_start user system @@ -618,11 +612,6 @@ on property:init.svc.zygote=running on property:init.svc.zygote=restarting stop ppd -service tlocd /system/bin/tloc_daemon - class late_start - user system - group drmrpc gps net_raw - service energy-awareness /system/bin/energy-awareness class main user root @@ -746,12 +735,6 @@ service rmt_storage /system/bin/rmt_storage group system wakelock writepid /dev/cpuset/system-background/tasks -service rfs_access /system/bin/rfs_access - class core - user root - group system net_raw - writepid /dev/cpuset/system-background/tasks - service tftp_server /system/bin/tftp_server class main user root |