mirror of
https://github.com/iiab/iiab.git
synced 2025-03-09 15:40:17 +00:00
start hostapd before dhcpd
This commit is contained in:
parent
4ed7c38f4f
commit
748235c4b7
2 changed files with 2 additions and 2 deletions
|
@ -1,6 +1,6 @@
|
|||
[Unit]
|
||||
Description=DHCPv4 Server Daemon
|
||||
After=network-online.target
|
||||
After=rc-local.service
|
||||
|
||||
[Service]
|
||||
EnvironmentFile=/etc/sysconfig/dhcpd
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
[Unit]
|
||||
Description=Hostapd IEEE 802.11 AP, IEEE 802.1X/WPA/WPA2/EAP/RADIUS Authenticator
|
||||
After=rc-local.service
|
||||
After=network-online.target
|
||||
|
||||
[Service]
|
||||
Type=idle
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue