1
0
Fork 0
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:
Jerry Vonau 2020-04-04 05:52:35 -05:00
parent 3d5428b0a5
commit ef7ad60800
3 changed files with 8 additions and 7 deletions

View file

@ -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]