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