• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1# For dhcpcd-6.8.2.
2on post-fs-data
3    mkdir /data/misc/dhcp-6.8.2 0755 dhcp dhcp
4
5service shill /system/bin/shill --device-black-list=sit0,dummy0,p2p0
6    class late_start
7    user root
8    group system dbus inet
9    disabled
10
11on property:wifi-setup.complete=1
12    enable shill
13