Home | History | Annotate | Download | only in systemd
      1 [Unit]
      2 Description=WPA supplicant
      3 Before=network.target
      4 Wants=network.target
      5 
      6 [Service]
      7 Type=dbus
      8 BusName=@DBUS_INTERFACE@
      9 ExecStart=@BINDIR@/wpa_supplicant -u
     10 
     11 [Install]
     12 WantedBy=multi-user.target
     13 Alias=dbus-@DBUS_INTERFACE@.service
     14