Advertisement
Guest User

Untitled

a guest
Mar 19th, 2019
53
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.54 KB | None | 0 0
  1. rpi ~$ systemctl cat wpa_supplicant@.service
  2. # /lib/systemd/system/wpa_supplicant@.service
  3. [Unit]
  4. Description=WPA supplicant daemon (interface-specific version)
  5. Requires=sys-subsystem-net-devices-%i.device
  6. After=sys-subsystem-net-devices-%i.device
  7. Before=network.target
  8. Wants=network.target
  9.  
  10. # NetworkManager users will probably want the dbus version instead.
  11.  
  12. [Service]
  13. Type=simple
  14. ExecStart=/sbin/wpa_supplicant -c/etc/wpa_supplicant/wpa_supplicant-%I.conf -Dnl80211,wext -i%I
  15.  
  16. [Install]
  17. Alias=multi-user.target.wants/wpa_supplicant@%i.service
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement