aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Bestas <mkbestas@lineageos.org>2019-02-11 20:16:45 +0200
committerDavide Garberi <dade.garberi@gmail.com>2019-02-18 13:56:05 +0100
commit5dd8b70b9fc432650297581a47a1fbc0babbf778 (patch)
tree3f3e38018b1907707676447aa012310740038804
parent39ec1c798a066985689a477d65742c4724ab3d86 (diff)
msm8996-common: init: stop/start -> restart
Change-Id: Iaec52fcf4206263a2966f8cbfa6e40c97e7e117c Signed-off-by: Subhajeet Muhuri <kenny3fcb@gmail.com>
-rw-r--r--rootdir/etc/init.qcom.rc6
1 files changed, 2 insertions, 4 deletions
diff --git a/rootdir/etc/init.qcom.rc b/rootdir/etc/init.qcom.rc
index db2389a..49e0057 100644
--- a/rootdir/etc/init.qcom.rc
+++ b/rootdir/etc/init.qcom.rc
@@ -590,8 +590,7 @@ on property:init.svc.vendor.hwcomposer-2-1=restarting
stop vendor.ppd
on property:init.svc.surfaceflinger=restarting
- stop vendor.hwcomposer-2-1
- start vendor.hwcomposer-2-1
+ restart vendor.hwcomposer-2-1
on property:slpi.restart=1
write /sys/kernel/debug/msm_subsys/slpi restart
@@ -608,5 +607,4 @@ on property:vold.decrypt=trigger_restart_min_framework
on property:vold.decrypt=trigger_restart_framework
start audio-hal-2-0
- stop vendor.camera-provider-2-4
- start vendor.camera-provider-2-4
+ restart vendor.camera-provider-2-4