1
0
Fork 0
mirror of https://github.com/iiab/iiab.git synced 2025-03-09 15:40:17 +00:00

start hostapd before NM

This commit is contained in:
Jerry Vonau 2020-04-15 08:10:22 -05:00
parent 3725969686
commit bb487777fa

View file

@ -7,6 +7,9 @@ Before=dhcpcd.service
{% endif %}
Before=wpa_supplicant.service
Before=wpa_supplicant@{{ discovered_wireless_iface }}.service
{% if network_manager_active %}
Before=network-manager.service
{% endif %}
{% if is_ubuntu and netplan.stdout.find("yaml") != -1 %}
Before=netplan-wpa@{{ discovered_wireless_iface }}.service
{% endif %}