diff options
author | Sauvik Saha <ssaha@codeaurora.org> | 2018-10-30 11:39:20 +0530 |
---|---|---|
committer | Davide Garberi <dade.garberi@gmail.com> | 2020-01-25 14:48:43 +0100 |
commit | 5a52592a4f41d467761b1f55db74a394667909f5 (patch) | |
tree | 9d27b59cc347fe969f78b73167312202a62d3d95 /rootdir | |
parent | 5950e828ae0191144930b01c4b648cb03201b6c9 (diff) |
msm8996-common: init.rc: Changes to stop rtp daemon during shutdown
* Changes to stop rtp daemon during shutdown
Change-Id: I08d56dba615136a2c02c3aa11a55bd3e7d84f6a0
Diffstat (limited to 'rootdir')
-rw-r--r-- | rootdir/etc/init.qcom.rc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/rootdir/etc/init.qcom.rc b/rootdir/etc/init.qcom.rc index 1657339..550c4d8 100644 --- a/rootdir/etc/init.qcom.rc +++ b/rootdir/etc/init.qcom.rc @@ -501,6 +501,7 @@ on property:init.svc.per_mgr=running on property:sys.shutdown.requested=* stop per_proxy + stop vendor.ims_rtp_daemon service thermal-engine /vendor/bin/thermal-engine -c /vendor/etc/thermal-engine.conf class main |