1
2service init_wifi_sh /vendor/bin/init.wifi
3    class late_start
4    user root
5    group root wakelock wifi
6    oneshot
7    disabled    # Started on post-fs-data
8
9