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