diff options
Diffstat (limited to 'community/hostapd/hostapd.service')
-rw-r--r-- | community/hostapd/hostapd.service | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/community/hostapd/hostapd.service b/community/hostapd/hostapd.service deleted file mode 100644 index f278bf793..000000000 --- a/community/hostapd/hostapd.service +++ /dev/null @@ -1,11 +0,0 @@ -[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/bin/hostapd /etc/hostapd/hostapd.conf -P /run/hostapd.pid -B - -[Install] -WantedBy=multi-user.target |