1service rename_eth0 /apex/com.google.cf.wifi/bin/rename_netiface eth0 buried_eth0
2    user root
3    oneshot
4
5# For legacy wifi without openwrt
6service setup_wifi /apex/com.google.cf.wifi/bin/setup_wifi --interface=${ro.vendor.virtwifi.port}
7    user root
8    oneshot
9
10# For wifi with openwrt
11service init_wifi_sh /apex/com.google.cf.wifi/bin/init.wifi
12    class late_start
13    user root
14    group root wakelock wifi
15    oneshot
16    disabled    # Started on post-fs-data
17