summarylogtreecommitdiffstats
path: root/hostapd.service
diff options
context:
space:
mode:
authorEric Woudstra2022-08-11 15:55:52 +0200
committerEric Woudstra2022-08-11 15:55:52 +0200
commit0c382796f00f61eaab2acfed21bfc2e8febacd03 (patch)
tree51b6ae2b7116eaba96620f9e7dd51a05f7aa749c /hostapd.service
downloadaur-0c382796f00f61eaab2acfed21bfc2e8febacd03.tar.gz
IEEE 802.11 AP, IEEE 802.1X/WPA/WPA2/EAP/RADIUS Authenticator, extra WNM support
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..40bda06c78fc
--- /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.conf
+ExecReload=/bin/kill -HUP $MAINPID
+
+[Install]
+WantedBy=multi-user.target