1
1
mirror of https://github.com/OpenVoiceOS/OpenVoiceOS synced 2025-01-24 07:42:27 +01:00
OpenVoiceOS/buildroot-external/package/wifi-ap/wpa_supplicant-ap0.service
2020-01-18 19:54:11 +01:00

19 lines
546 B
Desktop File

[Unit]
Description=WPA supplicant daemon (interface-specific version)
Requires=sys-subsystem-net-devices-ap0.device
After=sys-subsystem-net-devices-ap0.device
Before=network.target
Wants=network.target
# check existence of configuration file
ConditionPathExists=!/etc/wpa_supplicant/wpa_supplicant-wlan0.conf
# NetworkManager users will probably want the dbus version instead.
[Service]
Type=simple
ExecStart=/usr/sbin/wpa_supplicant -c/etc/wpa_supplicant/wpa_supplicant-ap0.conf -iap0
[Install]
WantedBy=sys-subsystem-net-devices-ap0.device