mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-09-16 07:14:24 +00:00
Add hostapd.service file. The file mostly comes from Fedora20. Signed-off-by: Chen Qi <Qi.Chen@windriver.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
12 lines
274 B
Desktop File
12 lines
274 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
|
|
ExecStart=@SBINDIR@/hostapd @SYSCONFDIR@/hostapd.conf -P /run/hostapd.pid -B
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|