forked from pool/hostapd
5efa3bf0a7
- Add Native systemd units OBS-URL: https://build.opensuse.org/request/show/140288 OBS-URL: https://build.opensuse.org/package/show/Base:System/hostapd?expand=0&rev=16
11 lines
241 B
Desktop File
11 lines
241 B
Desktop File
[Unit]
|
|
Description=Hostapd IEEE 802.11 AP, IEEE 802.1X/WPA/WPA2/EAP/RADIUS Authenticator
|
|
After=network.target
|
|
|
|
[Service]
|
|
ExecStart=/usr/sbin/hostapd /etc/hostapd.conf
|
|
ExecReload=/bin/kill -HUP $MAINPID
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|