blob: 151c0504fc553143885a9352b487d77eea06e90e [file] [log] [blame]
Patrick Williamsb48b7b42016-08-17 15:04:38 -05001[Unit]
2Description=Hostapd IEEE 802.11 AP, IEEE 802.1X/WPA/WPA2/EAP/RADIUS Authenticator
3After=network.target
4
5[Service]
6Type=forking
7PIDFile=/run/hostapd.pid
8ExecStart=@SBINDIR@/hostapd @SYSCONFDIR@/hostapd.conf -P /run/hostapd.pid -B
9
10[Install]
11WantedBy=multi-user.target