MycroftOS: Make use of wpa_supplicant default config file

This commit is contained in:
j1nx 2020-06-01 16:23:13 +02:00
parent 3b85e873c1
commit 87a014ec1b
1 changed files with 0 additions and 16 deletions

View File

@ -1,16 +0,0 @@
[Unit]
Description=WPA supplicant daemon (interface-specific version)
Requires=sys-subsystem-net-devices-%i.device
After=sys-subsystem-net-devices-%i.device
Before=network.target
Wants=network.target
# check existence of configuration file
ConditionPathExists=/etc/wpa_supplicant/wpa_supplicant-%I.conf
[Service]
Type=simple
ExecStart=/usr/sbin/wpa_supplicant -c/etc/wpa_supplicant/wpa_supplicant-%I.conf -i%I
[Install]
Alias=multi-user.target.wants/wpa_supplicant@%i.service