summaryrefslogtreecommitdiff
path: root/hostapd.service
blob: d7c2ca00eec1886ffb19305ecbd2bb65accffbd6 (plain)
1
2
3
4
5
6
7
8
9
10
11
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