From: Lennart Poettering Date: Thu, 16 Jul 2020 07:26:55 +0000 (+0200) Subject: man: configuration files contain assignments, no directories X-Git-Tag: v246-rc2~58^2 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F16483%2Fhead;p=thirdparty%2Fsystemd.git man: configuration files contain assignments, no directories --- diff --git a/man/environment.d.xml b/man/environment.d.xml index b7b0dcaa821..0f53b0fef10 100644 --- a/man/environment.d.xml +++ b/man/environment.d.xml @@ -36,8 +36,8 @@ Description - The environment.d directories contain a list of environment variable - assignments for services started by the systemd user instance. + Configuration files in the environment.d/ directories contain lists of + environment variable assignments for services started by the systemd user instance. systemd-environment-d-generator8 parses them and updates the environment exported by the systemd user instance. See below for an discussion of which processes inherit those variables. @@ -58,7 +58,6 @@ variable assignments, separated by newlines. The right hand side of these assignments may reference previously defined environment variables, using the ${OTHER_KEY} and $OTHER_KEY format. It is also possible to use - ${FOO:-DEFAULT_VALUE} to expand in the same way as ${FOO} unless the expansion would be empty, in which case it expands to DEFAULT_VALUE,