diff options
author | Ramakant Singh <ramakant@codeaurora.org> | 2018-04-19 18:18:54 +0530 |
---|---|---|
committer | Davide Garberi <dade.garberi@gmail.com> | 2019-01-26 13:56:26 +0100 |
commit | dc141c44ad20bdbd770bd8049df425deb627d42a (patch) | |
tree | c58031135a12f22c7b5e092d375668705a3d2e7a | |
parent | fd7fb06ccb8c76c6503ee27b688fe65f28bcd358 (diff) |
msm8996-common: Update prefix of hwcomposer service
Change-Id: Iac3abf0e50d77058548bcd232411ae9d7ff6b235
Signed-off-by: Davide Garberi <dade.garberi@gmail.com>
-rw-r--r-- | rootdir/etc/init.qcom.rc | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/rootdir/etc/init.qcom.rc b/rootdir/etc/init.qcom.rc index 18a9d67..e8f54b7 100644 --- a/rootdir/etc/init.qcom.rc +++ b/rootdir/etc/init.qcom.rc @@ -1,4 +1,4 @@ -# Copyright (c) 2009-2012, 2014-2017, The Linux Foundation. All rights reserved. +# Copyright (c) 2009-2012, 2014-2018, The Linux Foundation. All rights reserved. # # Redistribution and use in source and binary forms, with or without # modification, are permitted provided that the following conditions are met: @@ -599,8 +599,8 @@ on property:init.svc.vendor.hwcomposer-2-1=restarting stop vendor.ppd on property:init.svc.surfaceflinger=restarting - stop hwcomposer-2-1 - start hwcomposer-2-1 + stop vendor.hwcomposer-2-1 + start vendor.hwcomposer-2-1 on property:slpi.restart=1 write /sys/kernel/debug/msm_subsys/slpi restart |