From 7a058fff5f20a9480e0959f027190268f5bb8bf9 Mon Sep 17 00:00:00 2001 From: Leo Chang Date: Tue, 20 Aug 2013 19:37:18 -0700 Subject: [PATCH] wlan: Make ptt_socket_app as daemon application Add ptt_socket_app as auto init application when system up Change-Id: I5f03f1175a75eac406bf08217e51c425ac4250bf CRs-fixed: 522753 --- rootdir/etc/init.qcom.rc | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/rootdir/etc/init.qcom.rc b/rootdir/etc/init.qcom.rc index d0da8cc0..ddaef034 100644 --- a/rootdir/etc/init.qcom.rc +++ b/rootdir/etc/init.qcom.rc @@ -469,6 +469,12 @@ service iprenew_p2p /system/bin/dhcpcd -n disabled oneshot +service ptt_socket_app /system/bin/ptt_socket_app + class main + user system + group system + oneshot + service dhcpcd_bt-pan /system/bin/dhcpcd -BKLG class late_start disabled