summaryrefslogtreecommitdiff
path: root/recipes-connectivity/hostapd-example/hostapd-example/hostapd-example.service
blob: 9f576ef887441a44a5ddd9ceac66d115f81d212f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
[Unit]
Description=Hostapd IEEE 802.11 AP, IEEE 802.1X/WPA/WPA2/EAP/RADIUS Authenticator
Requires=enable-wifi.service

[Service]
Type=forking
PIDFile=/run/hostapd.pid
ExecStart=@SBINDIR@/hostapd @SYSCONFDIR@/hostapd-tdx-demo-img.conf -P /run/hostapd.pid -B


[Install]
WantedBy=multi-user.target