From 39538a0580d436bdcb56f8f244791ef4e59d7f0a Mon Sep 17 00:00:00 2001 From: CoprDistGit Date: Thu, 1 Aug 2024 15:33:44 +0000 Subject: automatic import of hostapd --- hostapd.service | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 hostapd.service (limited to 'hostapd.service') diff --git a/hostapd.service b/hostapd.service new file mode 100644 index 0000000..d7c2ca0 --- /dev/null +++ b/hostapd.service @@ -0,0 +1,12 @@ +[Unit] +Description=Hostapd IEEE 802.11 AP, IEEE 802.1X/WPA/WPA2/EAP/RADIUS Authenticator +After=network.target + +[Service] +Type=forking +PIDFile=/run/hostapd.pid +EnvironmentFile=/etc/sysconfig/hostapd +ExecStart=/usr/sbin/hostapd /etc/hostapd/hostapd.conf -P /run/hostapd.pid -B $OTHER_ARGS + +[Install] +WantedBy=multi-user.target -- cgit v1.2.3