Updated through tag hostap_2_5 from git://w1.fi/hostap.git
[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=fi.epitest.hostap.WPASupplicant
9 ExecStart=@BINDIR@/wpa_supplicant -u
10
11 [Install]
12 WantedBy=multi-user.target
13 Alias=dbus-fi.epitest.hostap.WPASupplicant.service