mirror of
https://github.com/iiab/iiab.git
synced 2025-02-13 19:52:06 +00:00
18 lines
435 B
Django/Jinja
18 lines
435 B
Django/Jinja
[Unit]
|
|
Description=IIAB find channel freq for ssid
|
|
After=wpa_supplicant.service
|
|
Wants=wpa_supplicant.service
|
|
Before=hostapd.service
|
|
Before=dhcpcd.service
|
|
Before=wpa_supplicant@{{ discovered_wireless_iface }}.service
|
|
Before=NetworkManager.service
|
|
Before=netplan-wpa-{{ discovered_wireless_iface }}.service
|
|
Before=network.target
|
|
|
|
[Service]
|
|
Type=oneshot
|
|
RemainAfterExit=yes
|
|
ExecStart=/sbin/test-wifi
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|