mirror of
https://github.com/OpenVoiceOS/OpenVoiceOS
synced 2025-01-06 14:27:43 +01:00
19 lines
608 B
Desktop File
19 lines
608 B
Desktop File
[Unit]
|
|
Description=WPA supplicant daemon (interface-specific version)
|
|
Requires=sys-subsystem-net-devices-wlan0.device
|
|
After=sys-subsystem-net-devices-wlan0.device
|
|
Conflicts=wpa_supplicant@wlan0.service
|
|
Before=network.target
|
|
Wants=network.target
|
|
|
|
# NetworkManager users will probably want the dbus version instead.
|
|
|
|
[Service]
|
|
Type=simple
|
|
ExecStartPre=/usr/sbin/iw dev wlan0 interface add ap0 type __ap
|
|
ExecStart=/usr/sbin/wpa_supplicant -c/etc/wpa_supplicant/wpa_supplicant-ap0.conf -Dnl80211,wext -iap0
|
|
ExecStopPost=/usr/sbin/iw dev ap0 del
|
|
|
|
[Install]
|
|
Alias=multi-user.target.wants/wpa_supplicant@%i.service
|