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..7d6f86a42f1d
--- /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 /etc/hostapd/hostapd_%i.conf
+ExecReload=/bin/kill -HUP $MAINPID
+
+[Install]
+WantedBy=multi-user.target