mirror of
https://github.com/vanhoefm/fragattacks.git
synced 2024-11-25 00:38:24 -05:00
399ec170e8
The 'network.target' is special (per systemd.special(7)), and is to be brought up indirectly when network is actually configured (i.e. through DHCP or static address settings). Irrelevant of that, all services should be always installed in multi-user.target. [Bug 427]
12 lines
221 B
SYSTEMD
12 lines
221 B
SYSTEMD
[Unit]
|
|
Description=WPA supplicant
|
|
|
|
[Service]
|
|
Type=dbus
|
|
BusName=fi.epitest.hostap.WPASupplicant
|
|
ExecStart=@BINDIR@/wpa_supplicant -u
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|
|
Alias=dbus-fi.epitest.hostap.WPASupplicant.service
|