diff options
author | Ameya Thakur <ameyat@codeaurora.org> | 2017-04-25 15:03:27 -0700 |
---|---|---|
committer | Ameya Thakur <ameyat@codeaurora.org> | 2017-04-25 15:32:06 -0700 |
commit | ecafc60a4ea4212fa4edb161651c53d3e8155d4e (patch) | |
tree | 6fe086085254c063c9528afd48b90e3d2a193a3e /init.target.rc | |
parent | 2ae50fe9fdc5e03ae41297ad1a785425bb39cfeb (diff) |
sdm660_64: Update per_mgr path
Peripheral manager now sits in the vendor directory/partition. Update
the init script to reflect the same.
Change-Id: Icc26f8b6269849b9d6c8a5a81b9cf1dddfc70fbf
Diffstat (limited to 'init.target.rc')
-rwxr-xr-x | init.target.rc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/init.target.rc b/init.target.rc index fd780bd..77367d2 100755 --- a/init.target.rc +++ b/init.target.rc @@ -113,13 +113,13 @@ on boot setprop wlan.driver.status "ok" #Peripheral manager -service per_mgr /system/bin/pm-service +service per_mgr /system/vendor/bin/pm-service class core user system group system ioprio rt 4 -service per_proxy /system/bin/pm-proxy +service per_proxy /system/vendor/bin/pm-proxy class core user system group system |