2.11
All checks were successful
Build / Build project (push) Successful in 52s

This commit is contained in:
Alexander Zhirov 2025-05-12 15:38:14 +03:00
parent fc375c681f
commit ff7e63102a
Signed by: alexander
GPG key ID: C8D8BE544A27C511
8 changed files with 657 additions and 0 deletions

10
files/hostapd.service Normal file
View file

@ -0,0 +1,10 @@
[Unit]
Description=Hostapd IEEE 802.11 AP, IEEE 802.1X/WPA/WPA2/EAP/RADIUS Authenticator
After=network.target
[Service]
ExecStart=/usr/bin/hostapd /etc/hostapd/hostapd.conf
ExecReload=/bin/kill -HUP $MAINPID
[Install]
WantedBy=multi-user.target