diff options
-rw-r--r-- | rootdir/etc/init.qcom.rc | 19 |
1 files changed, 1 insertions, 18 deletions
diff --git a/rootdir/etc/init.qcom.rc b/rootdir/etc/init.qcom.rc index 096762c..a077372 100644 --- a/rootdir/etc/init.qcom.rc +++ b/rootdir/etc/init.qcom.rc @@ -596,31 +596,14 @@ on property:vendor.ims.DATA_DAEMON_STATUS=1 start vendor.imsrcsservice service ppd /vendor/bin/mm-pp-dpps - class late_start + class hal user system group system graphics socket pps stream 0660 system system - disabled - -on property:init.svc.surfaceflinger=stopped - stop ppd - -on property:init.svc.surfaceflinger=running - start ppd on property:init.svc.surfaceflinger=restarting stop hwcomposer-2-1 start hwcomposer-2-1 - stop ppd - -on property:init.svc.zygote=stopped - stop ppd - -on property:init.svc.zygote=running - start ppd - -on property:init.svc.zygote=restarting - stop ppd on property:slpi.restart=1 write /sys/kernel/debug/msm_subsys/slpi restart |