mirror of
https://github.com/systemd/systemd.git
synced 2025-01-24 06:04:05 +03:00
man: fix example for DefaultEnvironment=
The example mentioned Environment= rather than DefaultEnvironment=. Also made some other clean-ups.
This commit is contained in:
parent
3c86d34cf1
commit
78894537e0
@ -265,22 +265,23 @@
|
||||
<varlistentry>
|
||||
<term><varname>DefaultEnvironment=</varname></term>
|
||||
|
||||
<listitem><para>Sets systemd manager
|
||||
environment variables for executed
|
||||
processes. Takes a space-separated
|
||||
list of variable assignments.
|
||||
</para>
|
||||
<listitem><para>Sets manager
|
||||
environment variables passed to all
|
||||
executed processes. Takes a
|
||||
space-separated list of variable
|
||||
assignments. See
|
||||
<citerefentry><refentrytitle>environ</refentrytitle><manvolnum>7</manvolnum></citerefentry>
|
||||
for details about environment
|
||||
variables.</para>
|
||||
|
||||
<para>Example:
|
||||
<programlisting>Environment="VAR1=word1 word2" VAR2=word3 "VAR3=word 5 6"</programlisting>
|
||||
gives three variables <literal>VAR1</literal>,
|
||||
<literal>VAR2</literal>, <literal>VAR3</literal>.
|
||||
</para>
|
||||
|
||||
<para>
|
||||
See
|
||||
<citerefentry><refentrytitle>environ</refentrytitle><manvolnum>7</manvolnum></citerefentry>
|
||||
for details about environment variables.</para></listitem>
|
||||
<programlisting>DefaultEnvironment="VAR1=word1 word2" VAR2=word3 "VAR3=word 5 6"</programlisting>
|
||||
|
||||
Sets three variables
|
||||
<literal>VAR1</literal>,
|
||||
<literal>VAR2</literal>,
|
||||
<literal>VAR3</literal>.</para></listitem>
|
||||
</varlistentry>
|
||||
|
||||
<varlistentry>
|
||||
@ -323,7 +324,8 @@
|
||||
<title>See Also</title>
|
||||
<para>
|
||||
<citerefentry><refentrytitle>systemd</refentrytitle><manvolnum>1</manvolnum></citerefentry>,
|
||||
<citerefentry><refentrytitle>systemd.directives</refentrytitle><manvolnum>7</manvolnum></citerefentry>
|
||||
<citerefentry><refentrytitle>systemd.directives</refentrytitle><manvolnum>7</manvolnum></citerefentry>,
|
||||
<citerefentry><refentrytitle>environ</refentrytitle><manvolnum>7</manvolnum></citerefentry>
|
||||
</para>
|
||||
</refsect1>
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user