diff options
author | Alexander Diewald <Diewi@diewald-net.com> | 2017-11-05 19:45:27 +0100 |
---|---|---|
committer | Arian <arian.kulmer@web.de> | 2019-10-07 11:11:29 +0200 |
commit | 4f44e51d579532a8fc9d2270f20b8b015d95e02b (patch) | |
tree | 233b4155e836edba9bc54c26c4a5e3e421814c34 /rootdir | |
parent | d205e577fe8a707a7fd7c4fe3f4e0170e7a40963 (diff) |
shinano: Fix the loc_launcher path in init.
Change-Id: I7a4e366f1e06a569035b1ab3fc2acb7c91057a4f
Signed-off-by: Alexander Diewald <Diewi@diewald-net.com>
Diffstat (limited to 'rootdir')
-rw-r--r-- | rootdir/init.qcom.rc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/rootdir/init.qcom.rc b/rootdir/init.qcom.rc index 0985e2b..ff86fcc 100644 --- a/rootdir/init.qcom.rc +++ b/rootdir/init.qcom.rc @@ -453,7 +453,7 @@ service ril-daemon2 /system/bin/rild -c 2 on property:persist.radio.multisim.config=dsds start ril-daemon2 -service loc_launcher /system/bin/loc_launcher +service loc_launcher /system/vendor/bin/loc_launcher #loc_launcher will start as root and set its uid to gps class late_start group gps inet net_raw oem_2950 net_admin wifi |