1
0
Fork 0
mirror of https://github.com/iiab/iiab.git synced 2025-02-13 11:42:08 +00:00

touchup hostapd.service.j2 for Raspbian

This commit is contained in:
Jerry Vonau 2020-04-04 13:06:41 -05:00
parent 3c1bcc01ef
commit 3b0be9d865

View file

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