From: | "Pacho Ramos (pacho)" <pacho@g.o> |
---|---|
To: | gentoo-commits@l.g.o |
Subject: | [gentoo-commits] gentoo-x86 commit in net-proxy/tinyproxy/files: tinyproxy.tmpfiles.conf tinyproxy.service |
Date: | Sat, 31 Aug 2013 06:05:58 |
Message-Id: | 20130831060552.9434E2004C@flycatcher.gentoo.org |
1 | pacho 13/08/31 06:05:52 |
2 | |
3 | Added: tinyproxy.tmpfiles.conf tinyproxy.service |
4 | Log: |
5 | Add unit file (#480242 by Charles Nérot) |
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-proxy/tinyproxy/files/tinyproxy.tmpfiles.conf |
11 | |
12 | file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-proxy/tinyproxy/files/tinyproxy.tmpfiles.conf?rev=1.1&view=markup |
13 | plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-proxy/tinyproxy/files/tinyproxy.tmpfiles.conf?rev=1.1&content-type=text/plain |
14 | |
15 | Index: tinyproxy.tmpfiles.conf |
16 | =================================================================== |
17 | d /var/run/tinyproxy 0770 tinyproxy tinyproxy - |
18 | |
19 | |
20 | |
21 | 1.1 net-proxy/tinyproxy/files/tinyproxy.service |
22 | |
23 | file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-proxy/tinyproxy/files/tinyproxy.service?rev=1.1&view=markup |
24 | plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-proxy/tinyproxy/files/tinyproxy.service?rev=1.1&content-type=text/plain |
25 | |
26 | Index: tinyproxy.service |
27 | =================================================================== |
28 | [Unit] |
29 | Description=Tinyproxy Web Proxy Server |
30 | After=network.target |
31 | |
32 | [Service] |
33 | ExecStart=/usr/sbin/tinyproxy -d -c /etc/tinyproxy.conf |
34 | |
35 | [Install] |
36 | WantedBy=multi-user.target |