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 21:04:31
Message-Id: 521D1450.1070100@xunil.at
In Reply to: Re: [gentoo-user] looking for a couple of systemd units by covici@ccs.covici.com
1 Am 27.08.2013 22:52, schrieb covici@××××××××××.com:
2
3 > Omit the braces.
4
5 thanks ... doesn't work here anyway ... because $INTFTPD_OPTS also
6 includes ${INTFTPD_PATH} from within /etc/conf.d/in.tftpd (which can't
7 be resolved this way).
8
9 What works:
10
11 EnvironmentFile=/etc/conf.d/in.tftpd
12 ExecStart=/usr/sbin/in.tftpd -R 4096:32767 -s $INTFTPD_PATH
13
14 but ... still not satisfying. I think there might be a separate
15 conf.d-file or something.
16
17 Stefan

Replies

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