X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=blobdiff_plain;f=man%2Fsystemd.exec.xml;h=610c821dc095025117444e72bb5d9cfee1964970;hb=35bbea48dcb74ed2ecc1cab1ca7306acf6d6bb65;hp=207592dda70c7c42198d167b4a480edc4098b726;hpb=613b411c947635136637f8cdd66b94512f761eab;p=elogind.git diff --git a/man/systemd.exec.xml b/man/systemd.exec.xml index 207592dda..610c821dc 100644 --- a/man/systemd.exec.xml +++ b/man/systemd.exec.xml @@ -295,9 +295,11 @@ for the assignment. Example: - Environment="VAR1=word1 word2" VAR2=word3 "VAR3=word 5 6" + Environment="VAR1=word1 word2" VAR2=word3 "VAR3=$word 5 6" gives three variables VAR1, - VAR2, VAR3. + VAR2, VAR3 + with the values word1 word2, + word3, $word 5 6. @@ -847,7 +849,7 @@ processes and mounts private /tmp and /var/tmp - directories inside it, that are not + directories inside it that is not shared by processes outside of the namespace. This is useful to secure access to temporary files of the @@ -857,7 +859,7 @@ /var/tmp impossible. All temporary data created by service will be removed after - service is stopped. Defaults to + the service is stopped. Defaults to false. Note that it is possible to run two or more units within the same private /tmp and