Home | History | Annotate | Download | only in shill
      1 # For dhcpcd-6.8.2.
      2 on post-fs-data
      3     mkdir /data/misc/dhcp-6.8.2 0755 dhcp dhcp
      4 
      5 service 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 
     11 on property:wifi-setup.complete=1
     12     enable shill
     13