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-ftp/atftp/files: atftp.service atftp.service.conf
Date: Sun, 01 Dec 2013 22:10:11
Message-Id: 20131201221008.542282004B@flycatcher.gentoo.org
1 pacho 13/12/01 22:10:08
2
3 Added: atftp.service atftp.service.conf
4 Log:
5 Add unit file, bug #492698 by Christian Strahl
6
7 (Portage version: 2.2.7/cvs/Linux x86_64, signed Manifest commit with key A188FBD4)
8
9 Revision Changes Path
10 1.1 net-ftp/atftp/files/atftp.service
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-ftp/atftp/files/atftp.service?rev=1.1&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-ftp/atftp/files/atftp.service?rev=1.1&content-type=text/plain
14
15 Index: atftp.service
16 ===================================================================
17 [Unit]
18 Description=Advanced TFTP implementation client/server
19 After=syslog.target network.target
20
21 [Service]
22 ExecStart=/usr/sbin/atftpd --daemon --no-fork --user nobody --group nobody $TFTPD_ROOT
23
24 [Install]
25 WantedBy=multi-user.target
26
27
28
29 1.1 net-ftp/atftp/files/atftp.service.conf
30
31 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-ftp/atftp/files/atftp.service.conf?rev=1.1&view=markup
32 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-ftp/atftp/files/atftp.service.conf?rev=1.1&content-type=text/plain
33
34 Index: atftp.service.conf
35 ===================================================================
36 [Service]
37 Environment="TFTPD_ROOT=/tftproot"