Last active
May 3, 2017 18:51
-
-
Save ikester/0c705acd4e90821e6b393a18ea1b4f2d to your computer and use it in GitHub Desktop.
RPi Access Point system config
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[Unit] | |
Description=Hostapd IEEE 802.11 Access Point | |
After=device-init.service | |
BindsTo=sys-subsystem-net-devices-wlan0.device | |
[Service] | |
Type=forking | |
PIDFile=/var/run/hostapd.pid | |
ExecStart=/usr/sbin/hostapd -B /etc/hostapd/hostapd.conf -P /var/run/hostapd.pid | |
[Install] | |
WantedBy=multi-user.target |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment