mirror of
https://github.com/vanhoefm/fragattacks.git
synced 2024-11-25 08:48:31 -05:00
14 lines
435 B
Desktop File
14 lines
435 B
Desktop File
[Unit]
|
|
Description=WPA supplicant daemon (interface- and wired driver-specific version)
|
|
Requires=sys-subsystem-net-devices-%i.device
|
|
After=sys-subsystem-net-devices-%i.device
|
|
|
|
# NetworkManager users will probably want the dbus version instead.
|
|
|
|
[Service]
|
|
Type=simple
|
|
ExecStart=/sbin/wpa_supplicant -c/etc/wpa_supplicant/wpa_supplicant-wired-%I.conf -Dwired -i%I
|
|
|
|
[Install]
|
|
Alias=network.target.wants/wpa_supplicant-wired@wlan0.service
|