mirror of
https://github.com/systemd/systemd.git
synced 2025-01-11 09:18:07 +03:00
man: document how to include an equals sign in a value provided to Environment= (#5710)
It wasn't clear before how an equals sign in an "Environment=" value might be handled. Ref: http://stackoverflow.com/questions/43278883/how-to-write-systemd-environment-variables-value-which-contains/43280157
This commit is contained in:
parent
b56be2966a
commit
b8e485faf1
@ -352,7 +352,7 @@
|
||||
assignments have no effect. Variable expansion is not
|
||||
performed inside the strings, however, specifier expansion is
|
||||
possible. The $ character has no special meaning. If you need
|
||||
to assign a value containing spaces to a variable, use double
|
||||
to assign a value containing spaces or the equals sign to a variable, use double
|
||||
quotes (") for the assignment.</para>
|
||||
|
||||
<para>Example:
|
||||
|
Loading…
Reference in New Issue
Block a user