1
0
Fork 0
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:
Jerry Vonau 2018-05-01 15:55:05 -05:00
parent 4ed7c38f4f
commit 748235c4b7
2 changed files with 2 additions and 2 deletions

View file

@ -1,6 +1,6 @@
[Unit]
Description=DHCPv4 Server Daemon
After=network-online.target
After=rc-local.service
[Service]
EnvironmentFile=/etc/sysconfig/dhcpd

View file

@ -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