DEVICE LOWI: Start LOWI executables as daemon process

Start LOWI Server as a daemon process

Change-Id: I70c6770bad71c8ada2f7e7002281bab8ec762ff5
This commit is contained in:
Amol Mahesh 2013-04-05 17:39:13 -07:00 committed by Gerrit - the friendly Code Review server
parent f136a4a960
commit 177a47d635
2 changed files with 7 additions and 0 deletions

View File

@ -517,6 +517,12 @@ service xtwifi_client /system/bin/xtwifi-client
group net_admin wifi inet gps
disabled
service lowi-server /system/bin/lowi-server
class late_start
user gps
group gps net_admin wifi inet
disabled
service fm_dl /system/bin/sh /system/etc/init.qcom.fm.sh
class late_start
user root

View File

@ -99,6 +99,7 @@ esac
case "$target" in
"msm8960" | "msm8974")
start location_mq
start lowi-server
if [ "$izat_premium_enablement" -eq 1 ]; then
start xtwifi_inet
start xtwifi_client