summarylogtreecommitdiffstats
path: root/hostapd.service
blob: 40bda06c78fc2fbb14b0afc09de61eedcb9df439 (plain)
1
2
3
4
5
6
7
8
9
10
[Unit]
Description=Hostapd IEEE 802.11 AP, IEEE 802.1X/WPA/WPA2/EAP/RADIUS Authenticator
After=network.target

[Service]
ExecStart=/usr/bin/hostapd /etc/hostapd/hostapd.conf
ExecReload=/bin/kill -HUP $MAINPID

[Install]
WantedBy=multi-user.target