Advertisement
zmatt

wpa_supplicant.service (wlan0 + dbus)

Sep 22nd, 2021 (edited)
50
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. [Unit]
  2. Description=WPA supplicant (wlan0 + dbus)
  3. BindsTo=sys-subsystem-net-devices-wlan0.device
  4. After=sys-subsystem-net-devices-wlan0.device
  5. Before=network.target
  6. Wants=network.target
  7. After=dbus.service
  8.  
  9. [Service]
  10. Type=dbus
  11. BusName=fi.w1.wpa_supplicant1
  12. ExecStart=/usr/sbin/wpa_supplicant -O "DIR=/run/wpa_supplicant GROUP=netdev" -u -c /etc/wpa_supplicant/wpa_supplicant-wlan0.conf -Dnl80211 -i wlan0
  13.  
  14. [Install]
  15. WantedBy=sys-subsystem-net-devices-wlan0.device
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement