mirror of
https://github.com/vanhoefm/fragattacks.git
synced 2024-11-25 08:48:31 -05:00
f0573c7989
This is useful, since in Gentoo BINDIR=/usr/sbin.
12 lines
218 B
SYSTEMD
12 lines
218 B
SYSTEMD
[Unit]
|
|
Description=WPA supplicant
|
|
|
|
[Service]
|
|
Type=dbus
|
|
BusName=fi.epitest.hostap.WPASupplicant
|
|
ExecStart=@BINDIR@/wpa_supplicant -u
|
|
|
|
[Install]
|
|
WantedBy=network.target
|
|
Alias=dbus-fi.epitest.hostap.WPASupplicant.service
|