aboutsummaryrefslogtreecommitdiff
path: root/rootdir/etc
diff options
context:
space:
mode:
authorAnuj Singhal <sanuj@codeaurora.org>2018-12-12 15:57:50 +0530
committerDavide Garberi <dade.garberi@gmail.com>2020-01-25 14:48:43 +0100
commit66af765b3d375fc6f79329dad531c6e53beabd1e (patch)
tree4529cc1786ce1b70365f6ffc23bb37c35ce9a507 /rootdir/etc
parent5a52592a4f41d467761b1f55db74a394667909f5 (diff)
msm8996-common: Add vendor prefix to below services.
- per_mgr - per_proxy Change-Id: If0068b1ffbb11e4139f011e8e58480554cd7a6c8
Diffstat (limited to 'rootdir/etc')
-rw-r--r--rootdir/etc/init.qcom.rc10
1 files changed, 5 insertions, 5 deletions
diff --git a/rootdir/etc/init.qcom.rc b/rootdir/etc/init.qcom.rc
index 550c4d8..ff856bf 100644
--- a/rootdir/etc/init.qcom.rc
+++ b/rootdir/etc/init.qcom.rc
@@ -483,24 +483,24 @@ service qcamerasvr /vendor/bin/mm-qcamera-daemon
writepid /dev/cpuset/camera-daemon/tasks
# Start up peripheral manager
-service per_mgr /vendor/bin/pm-service
+service vendor.per_mgr /vendor/bin/pm-service
class core
user system
group system
writepid /dev/cpuset/system-background/tasks
-service per_proxy /vendor/bin/pm-proxy
+service vendor.per_proxy /vendor/bin/pm-proxy
class core
user system
group system
writepid /dev/cpuset/system-background/tasks
disabled
-on property:init.svc.per_mgr=running
- start per_proxy
+on property:init.svc.vendor.per_mgr=running
+ start vendor.per_proxy
on property:sys.shutdown.requested=*
- stop per_proxy
+ stop vendor.per_proxy
stop vendor.ims_rtp_daemon
service thermal-engine /vendor/bin/thermal-engine -c /vendor/etc/thermal-engine.conf