This unit is provided by:
Options
- 
    [Install]- 
        WantedBy=multi-user.target
 
- 
        
- 
    [Service]- 
        ExecReload=/bin/kill -HUP $MAINPID
- 
        ExecStart=/sbin/wpa_supplicant -c/etc/wpa_supplicant/wpa_supplicant-nl80211-%I.conf -Dnl80211 -i%I
- 
        ExecStart=/usr/bin/wpa_supplicant -c/etc/wpa_supplicant/wpa_supplicant-nl80211-%I.conf -Dnl80211 -i%I
- 
        Type=simple
 
- 
        
- 
    [Unit]- 
        After=sys-subsystem-net-devices-%i.device
- 
        Before=network.target
- 
        Description=WPA supplicant daemon (interface- and nl80211 driver-specific version)
- 
        Requires=sys-subsystem-net-devices-%i.device
- 
        Wants=network.target
 
- 
        
Additionnal notes
Nothing here.