Gentoo Archives: gentoo-commits

From: "Pacho Ramos (pacho)" <pacho@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in net-wireless/hostapd/files: hostapd.service
Date: Sat, 31 Aug 2013 07:08:50
Message-Id: 20130831070845.228EA2004C@flycatcher.gentoo.org
1 pacho 13/08/31 07:08:45
2
3 Added: hostapd.service
4 Log:
5 Add unit file (#483014 by Yichao Zhou)
6
7 (Portage version: 2.2.1/cvs/Linux x86_64, signed Manifest commit with key A188FBD4)
8
9 Revision Changes Path
10 1.1 net-wireless/hostapd/files/hostapd.service
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-wireless/hostapd/files/hostapd.service?rev=1.1&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-wireless/hostapd/files/hostapd.service?rev=1.1&content-type=text/plain
14
15 Index: hostapd.service
16 ===================================================================
17 [Unit]
18 Description=Hostapd IEEE 802.11 AP, IEEE 802.1X/WPA/WPA2/EAP/RADIUS Authenticator
19 After=network.target
20
21 [Service]
22 ExecStart=/usr/sbin/hostapd /etc/hostapd/hostapd.conf
23
24 [Install]
25 WantedBy=multi-user.target