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 17:27:56
Message-Id: 521CE191.5040903@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:46, schrieb Stefan G. Weichinger:
2 > Am 27.08.2013 18:40, schrieb Stefan G. Weichinger:
3 >
4 >> Nearly there ... it also needs a socket ...
5 >
6 > For the records:
7 >
8 > # tftpd.service
9 >
10 > [Unit]
11 > Description=hpa's original TFTP daemon
12 >
13 > [Service]
14 > EnvironmentFile=/etc/conf.d/in.tftpd
15 > ExecStart=/usr/sbin/in.tftpd ${INTFTPD_OPTS}
16
17 sorry, this is not working as intended.
18
19 The syntax does not match (I thought I could read the default config-file).
20
21 For now:
22
23 ExecStart=/usr/sbin/in.tftpd /mnt/mypxe
24
25 S

Replies

Subject Author
Re: [gentoo-user] looking for a couple of systemd units "Stefan G. Weichinger" <lists@×××××.at>
Re: [gentoo-user] looking for a couple of systemd units covici@××××××××××.com