Home | History | Annotate | Download | only in systemd
      1 [Unit]
      2 Description=WPA supplicant daemon (interface- and wired driver-specific version)
      3 Requires=sys-subsystem-net-devices-%i.device
      4 After=sys-subsystem-net-devices-%i.device
      5 Before=network.target
      6 Wants=network.target
      7 
      8 # NetworkManager users will probably want the dbus version instead.
      9 
     10 [Service]
     11 Type=simple
     12 ExecStart=@BINDIR@/wpa_supplicant -c/etc/wpa_supplicant/wpa_supplicant-wired-%I.conf -Dwired -i%I
     13 
     14 [Install]
     15 Alias=multi-user.target.wants/wpa_supplicant-wired@%i.service
     16