mirror of
https://github.com/iiab/iiab.git
synced 2025-03-09 15:40:17 +00:00
start hostapd before dhcpcd
This commit is contained in:
parent
d03df344ff
commit
6ba20a63e9
1 changed files with 2 additions and 2 deletions
|
@ -1,7 +1,7 @@
|
||||||
[Unit]
|
[Unit]
|
||||||
Description=Hostapd IEEE 802.11 AP, IEEE 802.1X/WPA/WPA2/EAP/RADIUS Authenticator
|
Description=Hostapd IEEE 802.11 AP, IEEE 802.1X/WPA/WPA2/EAP/RADIUS Authenticator
|
||||||
Before=network.target
|
After=network-pre.target
|
||||||
Wants=network-pre.target
|
Before=network.target dhcpcd.service
|
||||||
|
|
||||||
[Service]
|
[Service]
|
||||||
Type=idle
|
Type=idle
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue