1
0
Fork 0
mirror of https://github.com/iiab/iiab.git synced 2025-02-13 11:42:08 +00:00

Merge pull request #64 from iiab/master

sync from iiab/iiab
This commit is contained in:
A Holt 2018-03-26 18:50:11 -04:00 committed by GitHub
commit 8a521b3b03
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 13 additions and 2 deletions

View file

@ -16,6 +16,17 @@
template:
dest: /etc/NetworkManager/system-connections/
src: network/bridge-br0
mode: 0600
- name: Stop wpa_supplicant service
service:
name: wpa_supplicant
state: stopped
when: iiab_wireless_lan_iface is defined and hostapd_enabled and iiab_network_mode != "Appliance"
- name: Mask wpa_supplicant
shell: systemctl mask wpa_supplicant
when: iiab_wireless_lan_iface is defined and hostapd_enabled and iiab_network_mode != "Appliance"
- name: Reload systemd
shell: systemctl daemon-reload

View file

@ -1,6 +1,6 @@
[Unit]
Description=DHCPv4 Server Daemon
After=syslog.target network.target
After=network-online.target
[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=network.target
After=rc-local.service
[Service]
Type=idle