From 83c80e8ac20df2e8cc3fde11632d2398986ce966 Mon Sep 17 00:00:00 2001 From: Bruno Martins Date: Wed, 2 May 2018 17:09:00 +0100 Subject: msm8996-common: Ship and enable atfwd daemon * The atfwd daemon is responsible for handling AT command forward requests from modem and should be enabled for all targets except sda, apq, qcs. Change-Id: I886b616565f81da10ad4a7b52baf8854a0b26f52 --- rootdir/etc/init.qcom.rc | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'rootdir') diff --git a/rootdir/etc/init.qcom.rc b/rootdir/etc/init.qcom.rc index 3a4224d..096762c 100644 --- a/rootdir/etc/init.qcom.rc +++ b/rootdir/etc/init.qcom.rc @@ -405,6 +405,12 @@ service port-bridge /vendor/bin/port-bridge disabled oneshot +service atfwd /vendor/bin/ATFWD-daemon + class late_start + user system + group system radio + writepid /dev/cpuset/system-background/tasks + service netmgrd /vendor/bin/netmgrd class main user root -- cgit v1.2.3