mirror of
https://github.com/iiab/iiab.git
synced 2025-02-15 04:32:11 +00:00
hostapd.service - Before wpa_supplicant
This commit is contained in:
parent
c17e095579
commit
89782a1bb9
1 changed files with 2 additions and 0 deletions
|
@ -5,6 +5,8 @@ After=network-pre.target
|
|||
{% if is_raspbian %}
|
||||
Before=dhcpcd.service
|
||||
{% endif %}
|
||||
Before=wpa_supplicant.service
|
||||
Before=wpa_supplicant@{{ discovered_wireless_iface }}.service
|
||||
Before=network.target
|
||||
|
||||
[Service]
|
||||
|
|
Loading…
Reference in a new issue