diff options
-rw-r--r-- | rootdir/etc/init.qcom.rc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/rootdir/etc/init.qcom.rc b/rootdir/etc/init.qcom.rc index afff94c..1afa87c 100644 --- a/rootdir/etc/init.qcom.rc +++ b/rootdir/etc/init.qcom.rc @@ -454,9 +454,9 @@ service wpa_supplicant /vendor/bin/hw/wpa_supplicant \ oneshot service loc_launcher /vendor/bin/loc_launcher - #loc_launcher will start as root and set its uid to gps class late_start - group gps inet diag wifi + user gps + group gps writepid /dev/cpuset/system-background/tasks service qcom-sh /vendor/bin/init.qcom.sh |