hostapd/hostapd.service

12 lines
274 B
SYSTEMD
Raw Normal View History

2012-02-28 14:25:16 +00:00
[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
ExecStart=/usr/sbin/hostapd /etc/hostapd/hostapd.conf -P /run/hostapd.pid -B
2012-02-28 14:25:16 +00:00
[Install]
WantedBy=multi-user.target