hostapd/hostapd.service
Davide Caratti e4e41d13f7 import hostapd from current Fedora
Related: rhbz#2019830
Signed-off-by: Davide Caratti <dcaratti@redhat.com>
2021-12-06 16:56:36 +01:00

13 lines
325 B
Desktop File

[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