developer | 89ea81b | 2022-08-22 15:34:52 +0800 | [diff] [blame] | 1 | [Unit] |
2 | Description=Init UCI wireless config | ||||
3 | DefaultDependencies=no | ||||
developer | 0858735 | 2022-08-29 18:59:45 +0800 | [diff] [blame] | 4 | Before=hostapd.service |
5 | After=CcspPandMSsp.service | ||||
developer | 89ea81b | 2022-08-22 15:34:52 +0800 | [diff] [blame] | 6 | |
7 | [Service] | ||||
8 | Type=oneshot | ||||
9 | ExecStart=/bin/sh /usr/sbin/mac80211.sh | ||||
10 | RemainAfterExit=yes | ||||
11 | |||||
12 | [Install] | ||||
13 | WantedBy=multi-user.target | ||||
14 |