blob: 90d5364d468c9d4f3cc994e00f9b9bc424c13470 [file] [log] [blame]
developer7b43f2d2022-04-29 17:53:25 +08001[Unit]
2Description=Hostapd IEEE 802.11n AP, IEEE 802.1X/WPA/WPA2/EAP/RADIUS Authenticator
3After=CcspPandMSsp.service
4StartLimitIntervalSec=120
5
6[Service]
7Type=forking
developer7b43f2d2022-04-29 17:53:25 +08008PIDFile=/var/run/hostapd-global.pid
9ExecStart=/usr/sbin/hostapd -g /var/run/hostapd/global -B -P /var/run/hostapd-global.pid
developer08587352022-08-29 18:59:45 +080010ExecStartPost=/bin/sh -c '(/lib/rdk/hostapd-init.sh)'
developer7b43f2d2022-04-29 17:53:25 +080011Restart=always
developer7b43f2d2022-04-29 17:53:25 +080012[Install]
13WantedBy=multi-user.target
14