diff options
| author | Ethan Chen <intervigil@gmail.com> | 2014-12-23 18:24:08 -0800 |
|---|---|---|
| committer | Ethan Chen <intervigil@gmail.com> | 2014-12-23 18:24:15 -0800 |
| commit | 4fb879cb37a37f3139a1c4f6434b4fc5959fb047 (patch) | |
| tree | 7e5ff13dc39da2065c3f7350f1274b6de3d58853 | |
| parent | 2140f21c14d42009657524bc68a3725558f03157 (diff) | |
ghost: Clear out logwrapper usage
Change-Id: Icd1f5419a5656c0705594e6c75bcd5d8750e919e
| -rw-r--r-- | rootdir/etc/init.qcom.rc | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/rootdir/etc/init.qcom.rc b/rootdir/etc/init.qcom.rc index 781f628..114c185 100644 --- a/rootdir/etc/init.qcom.rc +++ b/rootdir/etc/init.qcom.rc @@ -541,18 +541,18 @@ service hostapd /system/bin/hostapd /data/hostapd/hostapd.conf oneshot disabled -service hw_revs /system/bin/logwrapper /system/bin/hardware_revisions.sh +service hw_revs /system/bin/hardware_revisions.sh class main user system group system oneshot -service irsc_util /system/bin/logwrapper /system/bin/irsc_util "/etc/sec_config" +service irsc_util /system/bin/irsc_util "/etc/sec_config" class main user root oneshot -service mmi-boot-sh /system/bin/logwrapper /system/bin/sh /init.mmi.boot.sh +service mmi-boot-sh /system/bin/sh /init.mmi.boot.sh class core user root oneshot @@ -568,7 +568,7 @@ service mmi-ril-daemon /system/bin/rild on property:sys.boot_completed=1 start mmi-touch-sh -service mmi-touch-sh /system/bin/logwrapper /system/bin/sh /init.mmi.touch.sh +service mmi-touch-sh /system/bin/sh /init.mmi.touch.sh user root oneshot disabled @@ -674,7 +674,7 @@ service wifi-crda /system/bin/sh /system/etc/init.crda.sh disabled # WPA -service p2p_supplicant /system/bin/logwrapper /system/bin/wpa_supplicant \ +service p2p_supplicant /system/bin/wpa_supplicant \ -ip2p0 -Dnl80211 -c/data/misc/wifi/p2p_supplicant.conf \ -I/system/etc/wifi/p2p_supplicant_overlay.conf -N \ -iwlan0 -Dnl80211 -c/data/misc/wifi/wpa_supplicant.conf \ |
