blob: c8e732dd1849e8499c30d3e02750041c9de3e500 [file] [log] [blame]
developer90379572024-05-29 17:23:20 +08001[Unit]
2Description=Init UCI wireless config
3DefaultDependencies=no
4Before=onewifi.service
5After=CcspPandMSsp.service
6
7[Service]
8Type=oneshot
9ExecStart=/bin/sh /usr/ccsp/wifi/mac80211.sh
10RemainAfterExit=yes
11
12[Install]
13WantedBy=multi-user.target
14