diff options
author | Mark Stosberg <mark@rideamigos.com> | 2017-04-11 17:19:06 -0400 |
---|---|---|
committer | Martin Pitt <martinpitt@users.noreply.github.com> | 2017-04-11 23:19:06 +0200 |
commit | b8e485faf1b75aeea53fb38ec5c0a157a257e719 (patch) | |
tree | 3ea63e185b36063a2fa2d02c66e9348b9e790bd4 | |
parent | b56be2966a8a8bcc2432e37370bad5381498a819 (diff) |
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
-rw-r--r-- | man/systemd.exec.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/man/systemd.exec.xml b/man/systemd.exec.xml index fb64cd6d8e..8c4988abe7 100644 --- a/man/systemd.exec.xml +++ b/man/systemd.exec.xml @@ -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: |