summarylogtreecommitdiffstats
path: root/hostapd.service
diff options
context:
space:
mode:
authorDrobot Viktor2019-10-12 01:55:05 +0300
committerDrobot Viktor2019-10-12 01:55:05 +0300
commitc1819135f8a120f8aa2bc85135fba26e639a8b8a (patch)
tree5904109deea8a27d23a91ebbc4303b04e702571f /hostapd.service
downloadaur-c1819135f8a120f8aa2bc85135fba26e639a8b8a.tar.gz
First release
Diffstat (limited to 'hostapd.service')
-rw-r--r--hostapd.service11
1 files changed, 11 insertions, 0 deletions
diff --git a/hostapd.service b/hostapd.service
new file mode 100644
index 000000000000..7f18f7b319e7
--- /dev/null
+++ b/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]
+ExecStart=/usr/bin/hostapd /etc/hostapd/hostapd.conf
+ExecReload=/bin/kill -HUP $MAINPID
+PrivateTmp=yes
+
+[Install]
+WantedBy=multi-user.target