/etc/init/ofono.override is in lxc-android-config 0.230+16.04.20160328-0ubuntu1.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 12 | description "oFono Mobile telephony stack"
start on started dbus and rild-ready
stop on stopping dbus
expect fork
respawn
env OFONO_RIL_DEVICE=ril
env OFONO_RIL_NUM_SIM_SLOTS=1
exec ofonod -P provision,udev*,dun*,smart*,hfp_bluez5,stktest,sap
|