summarylogtreecommitdiffstats
path: root/hostapd.service
diff options
context:
space:
mode:
Diffstat (limited to 'hostapd.service')
-rw-r--r--hostapd.service10
1 files changed, 10 insertions, 0 deletions
diff --git a/hostapd.service b/hostapd.service
new file mode 100644
index 000000000000..a57c07a92668
--- /dev/null
+++ b/hostapd.service
@@ -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-rtl /etc/hostapd/hostapd-rtl.conf
+ExecReload=/bin/kill -HUP $MAINPID
+
+[Install]
+WantedBy=multi-user.target