summarylogtreecommitdiffstats
path: root/hostapd@.service
diff options
context:
space:
mode:
authormiryo2023-03-27 16:20:48 +0900
committermiryo2023-03-27 16:20:48 +0900
commit3a73641e464f9a67b1e12ae6a365e28a1a1dd2fd (patch)
tree0007f2443b680c441a87551cb5e3fa7de57bcfb0 /hostapd@.service
parentdf3071d8e2cfe2ec8f08acf1f03bf6d28f4ea468 (diff)
downloadaur-3a73641e464f9a67b1e12ae6a365e28a1a1dd2fd.tar.gz
rel 5
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