1
0
Fork 0
mirror of https://github.com/iiab/iiab.git synced 2025-03-09 15:40:17 +00:00

use can_be_ap

This commit is contained in:
Jerry Vonau 2022-10-03 01:03:13 -05:00
parent 9f4b99e50d
commit 6b69696f72
2 changed files with 2 additions and 2 deletions

View file

@ -65,7 +65,7 @@
systemd:
name: iiab-clone-wifi
state: started
when: wifi_up_down and discovered_wireless_iface != "none"
when: wifi_up_down and can_be_ap
- name: Restart the networking service if appropriate
systemd:

View file

@ -55,7 +55,7 @@
systemd:
name: iiab-clone-wifi
state: started
when: wifi_up_down and discovered_wireless_iface != "none"
when: wifi_up_down and can_be_ap
- name: Enable & Restart systemd-networkd.service
systemd: