blob: aaa6415212313fe9adc35018d1fb2654df3bc697 [file] [log] [blame]
developer89ea81b2022-08-22 15:34:52 +08001[Unit]
2Description=Init UCI wireless config
3DefaultDependencies=no
4After=hostapd.service
5Before=RdkWanManager.service
6
7[Service]
8Type=oneshot
9ExecStart=/bin/sh /usr/sbin/mac80211.sh
10RemainAfterExit=yes
11
12[Install]
13WantedBy=multi-user.target
14