mirror of
https://github.com/iiab/iiab.git
synced 2025-03-09 15:40:17 +00:00
NM correct permissions, lockout of hostapd, fix boot race
This commit is contained in:
parent
6e6f8d5fd4
commit
8c17fa14e4
3 changed files with 13 additions and 2 deletions
|
@ -1,6 +1,6 @@
|
|||
[Unit]
|
||||
Description=DHCPv4 Server Daemon
|
||||
After=syslog.target network.target
|
||||
After=network-online.target
|
||||
|
||||
[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=network.target
|
||||
After=rc-local.service
|
||||
|
||||
[Service]
|
||||
Type=idle
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue