Updated to hostap_2_6
[mech_eap.git] / libeap / wpa_supplicant / systemd / wpa_supplicant.service.in
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