X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=elogind.git;a=blobdiff_plain;f=man%2Fsystemd.exec.xml;h=a0fca5996b16ad80f80bb107e7ed470e2828f336;hp=8a22ac013857da530f7ef35cb16c6de1ecfe3831;hb=0ae9c92a933869d5695396d067aa555dacbbba08;hpb=aa7cb2098302d45c8768ca08bf1e433a19aa46b9 diff --git a/man/systemd.exec.xml b/man/systemd.exec.xml index 8a22ac013..a0fca5996 100644 --- a/man/systemd.exec.xml +++ b/man/systemd.exec.xml @@ -286,9 +286,24 @@ empty string is assigned to this option the list of environment variables is reset, all prior - assignments have no effect. See + assignments have no effect. + Variable expansion is not performed + inside the strings, and $ has no special + meaning. + If you need to assign a value containing spaces + to a variable, use double quotes (") + for the assignment. + + Example: + Environment="VAR1=word1 word2" VAR2=word3 "VAR3=word 5 6" + gives three variables VAR1, + VAR2, VAR3. + + + + See environ7 - for details. + for details about environment variables. EnvironmentFile=