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-dns/unbound/files: unbound.service unbound-anchor.service unbound_at.service
Date: Sat, 23 Nov 2013 08:49:32
Message-Id: 20131123084928.D1D952004E@flycatcher.gentoo.org
1 pacho 13/11/23 08:49:28
2
3 Added: unbound.service unbound-anchor.service
4 unbound_at.service
5 Log:
6 Add unit file (#491712 by Emery Hemingway)
7
8 (Portage version: 2.2.7/cvs/Linux x86_64, signed Manifest commit with key A188FBD4)
9
10 Revision Changes Path
11 1.1 net-dns/unbound/files/unbound.service
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-dns/unbound/files/unbound.service?rev=1.1&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-dns/unbound/files/unbound.service?rev=1.1&content-type=text/plain
15
16 Index: unbound.service
17 ===================================================================
18 [Unit]
19 Description=Unbound recursive Domain Name Server
20 After=network.target
21 Before=nss-lookup.target
22 Wants=nss-lookup.target
23
24 [Service]
25 ExecStartPre=/usr/sbin/unbound-checkconf
26 ExecStart=/usr/sbin/unbound -d
27
28 [Install]
29 WantedBy=multi-user.target
30
31
32
33 1.1 net-dns/unbound/files/unbound-anchor.service
34
35 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-dns/unbound/files/unbound-anchor.service?rev=1.1&view=markup
36 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-dns/unbound/files/unbound-anchor.service?rev=1.1&content-type=text/plain
37
38 Index: unbound-anchor.service
39 ===================================================================
40 [Unit]
41 Description=Update of the root trust anchor for DNSSEC validation
42 After=network.target
43 Before=nss-lookup.target
44 Wants=nss-lookup.target
45 Before=unbound.service
46
47 [Service]
48 Type=oneshot
49 ExecStart=/usr/sbin/unbound-anchor
50
51 [Install]
52 WantedBy=multi-user.target
53
54
55
56 1.1 net-dns/unbound/files/unbound_at.service
57
58 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-dns/unbound/files/unbound_at.service?rev=1.1&view=markup
59 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-dns/unbound/files/unbound_at.service?rev=1.1&content-type=text/plain
60
61 Index: unbound_at.service
62 ===================================================================
63 [Unit]
64 Description=Unbound recursive Domain Name Server
65 After=network.target
66 Before=nss-lookup.target
67 Wants=nss-lookup.target
68
69 [Service]
70 Type=simple
71 ExecStartPre=/usr/sbin/unbound-checkconf /etc/unbound/%i.conf
72 ExecStart=/usr/sbin/unbound -d -c /etc/unbound/%i.conf
73
74 [Install]
75 WantedBy=multi-user.target