mirror of
https://github.com/iiab/iiab.git
synced 2025-03-09 15:40:17 +00:00
netplan - need to start netplan-wpa@ after hostapd
This commit is contained in:
parent
3d5428b0a5
commit
ef7ad60800
3 changed files with 8 additions and 7 deletions
|
@ -7,6 +7,9 @@ Before=dhcpcd.service
|
|||
{% endif %}
|
||||
Before=wpa_supplicant.service
|
||||
Before=wpa_supplicant@{{ discovered_wireless_iface }}.service
|
||||
{% if netplan.stdout.find("yaml") != -1 %}
|
||||
Before=netplan-wpa@{{ discovered_wireless_iface }}
|
||||
{% endif %}
|
||||
Before=network.target
|
||||
|
||||
[Service]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue