summaryrefslogtreecommitdiff
path: root/recipes-connectivity/hostapd/hostapd/hostapd.service
diff options
context:
space:
mode:
authorDominik Sliwa <dominik.sliwa@toradex.com>2019-03-22 12:44:30 +0100
committerDominik Sliwa <dominik.sliwa@toradex.com>2019-03-22 12:44:30 +0100
commitfba57b66b0a584e4625bce4b2a2fb400fbce6758 (patch)
tree6060ce701b813475b3c411da6fa55786c4c3147c /recipes-connectivity/hostapd/hostapd/hostapd.service
parent56829b6d643fa5dfdac42c0adddf5d41e7fb982e (diff)
hostapd: update hostapd to 2.7
Signed-off-by: Dominik Sliwa <dominik.sliwa@toradex.com>
Diffstat (limited to 'recipes-connectivity/hostapd/hostapd/hostapd.service')
-rw-r--r--recipes-connectivity/hostapd/hostapd/hostapd.service11
1 files changed, 11 insertions, 0 deletions
diff --git a/recipes-connectivity/hostapd/hostapd/hostapd.service b/recipes-connectivity/hostapd/hostapd/hostapd.service
new file mode 100644
index 0000000..151c050
--- /dev/null
+++ b/recipes-connectivity/hostapd/hostapd/hostapd.service
@@ -0,0 +1,11 @@
+[Unit]
+Description=Hostapd IEEE 802.11 AP, IEEE 802.1X/WPA/WPA2/EAP/RADIUS Authenticator
+After=network.target
+
+[Service]
+Type=forking
+PIDFile=/run/hostapd.pid
+ExecStart=@SBINDIR@/hostapd @SYSCONFDIR@/hostapd.conf -P /run/hostapd.pid -B
+
+[Install]
+WantedBy=multi-user.target