1
0
mirror of https://github.com/tonusoo/koduinternet-cpe synced 2024-09-21 16:01:05 +03:00
koduinternet-cpe/conf/etc/systemd/system/hostapd.service.d/override.conf
2023-06-15 17:55:10 +03:00

11 lines
383 B
Plaintext

[Unit]
# Hostapd adds the WNIC to bridge br0. As the restart of networking service
# removes and recreates the br0 interface, then ensure that networking.service
# restarts are propagated to hostapd.service so the hostapd will insert the
# WNIC to new br0 bridge.
PartOf=networking.service
After=networking.service
[Service]
ExecStartPost=/sbin/bridge link set dev wlan0 hairpin on