diff options
Diffstat (limited to 'meta-oe/recipes-connectivity/hostapd/hostapd-2.2/hostapd.service')
-rw-r--r-- | meta-oe/recipes-connectivity/hostapd/hostapd-2.2/hostapd.service | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/meta-oe/recipes-connectivity/hostapd/hostapd-2.2/hostapd.service b/meta-oe/recipes-connectivity/hostapd/hostapd-2.2/hostapd.service new file mode 100644 index 000000000..151c0504f --- /dev/null +++ b/meta-oe/recipes-connectivity/hostapd/hostapd-2.2/hostapd.service | |||
@@ -0,0 +1,11 @@ | |||
1 | [Unit] | ||
2 | Description=Hostapd IEEE 802.11 AP, IEEE 802.1X/WPA/WPA2/EAP/RADIUS Authenticator | ||
3 | After=network.target | ||
4 | |||
5 | [Service] | ||
6 | Type=forking | ||
7 | PIDFile=/run/hostapd.pid | ||
8 | ExecStart=@SBINDIR@/hostapd @SYSCONFDIR@/hostapd.conf -P /run/hostapd.pid -B | ||
9 | |||
10 | [Install] | ||
11 | WantedBy=multi-user.target | ||