Gentoo Archives: gentoo-user

From: "Stefan G. Weichinger" <lists@×××××.at>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] looking for a couple of systemd units
Date: Tue, 27 Aug 2013 16:46:49
Message-Id: 521CD7E7.10000@xunil.at
In Reply to: Re: [gentoo-user] looking for a couple of systemd units by "Stefan G. Weichinger"
1 Am 27.08.2013 18:40, schrieb Stefan G. Weichinger:
2
3 > Nearly there ... it also needs a socket ...
4
5 For the records:
6
7 # tftpd.service
8
9 [Unit]
10 Description=hpa's original TFTP daemon
11
12 [Service]
13 EnvironmentFile=/etc/conf.d/in.tftpd
14 ExecStart=/usr/sbin/in.tftpd ${INTFTPD_OPTS}
15 StandardInput=socket
16 StandardOutput=inherit
17 StandardError=journal
18
19 # tftpd.socket
20
21 [Socket]
22 ListenDatagram=69
23
24 [Install]
25 WantedBy=sockets.target
26
27 ---
28
29 Next: NFS-server ;-) (for exporting stuff to the mythfrontend)
30
31 ... googling again ...
32
33 Canek, how to best tell the gentoo-devs about all these files?
34 Filing bugs for every single file?
35
36 Stefan

Replies

Subject Author
Re: [gentoo-user] looking for a couple of systemd units "Canek Peláez Valdés" <caneko@×××××.com>
Re: [gentoo-user] looking for a couple of systemd units "Stefan G. Weichinger" <lists@×××××.at>