[pkg-wpa-devel] [wpa] 02/07: Add a service file for hostapd.

Andrew Shadura andrewsh at debian.org
Fri Nov 24 16:28:16 UTC 2017


This is an automated email from the git hooks/post-receive script.

andrewsh pushed a commit to branch debian/experimental
in repository wpa.

commit fe29450f611237ac6c6cfc0941e38181002b5679
Author: Andrew Shadura <andrew.shadura at collabora.co.uk>
Date:   Fri Nov 24 15:42:38 2017 +0000

    Add a service file for hostapd.
---
 debian/hostapd.service | 12 ++++++++++++
 1 file changed, 12 insertions(+)

diff --git a/debian/hostapd.service b/debian/hostapd.service
new file mode 100644
index 0000000..90d22f9
--- /dev/null
+++ b/debian/hostapd.service
@@ -0,0 +1,12 @@
+[Unit]
+Description=Advanced IEEE 802.11 AP and IEEE 802.1X/WPA/WPA2/EAP Authenticator
+After=network.target
+
+[Service]
+Type=forking
+PIDFile=/run/hostapd.pid
+EnvironmentFile=/etc/default/hostapd
+ExecStart=/usr/sbin/hostapd -P /run/hostapd.pid -B $DAEMON_OPTS ${DAEMON_CONF}
+
+[Install]
+WantedBy=multi-user.target

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/collab-maint/wpa.git



More information about the Pkg-wpa-devel mailing list