mirror of
https://github.com/Stichting-MINIX-Research-Foundation/netbsd.git
synced 2025-09-12 00:24:52 -04:00
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
|