mirror of
https://github.com/iiab/iiab.git
synced 2025-02-13 19:52:06 +00:00
12 lines
309 B
Django/Jinja
12 lines
309 B
Django/Jinja
[Unit]
|
|
Description=Hostapd IEEE 802.11 AP, IEEE 802.1X/WPA/WPA2/EAP/RADIUS Authenticator
|
|
After=network-pre.target
|
|
Before=network.target dhcpcd.service
|
|
|
|
[Service]
|
|
Type=idle
|
|
PIDFile=/run/hostapd.pid
|
|
ExecStart=/usr/sbin/hostapd -P /run/hostapd.pid /etc/hostapd/hostapd.conf
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|