Advertisement
Guest User

Untitled

a guest
Apr 27th, 2017
66
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.29 KB | None | 0 0
  1. [Unit]
  2. Description=Hostapd IEEE 802.11 Access Point
  3. After=device-init.service
  4. BindsTo=sys-subsystem-net-devices-wlan0.device
  5.  
  6. [Service]
  7. Type=forking
  8. PIDFile=/var/run/hostapd.pid
  9. ExecStart=/usr/sbin/hostapd -B /etc/hostapd/hostapd.conf -P /var/run/hostapd.pid
  10.  
  11. [Install]
  12. WantedBy=multi-user.target
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement