X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=elogind.git;a=blobdiff_plain;f=man%2Fsystemd.service.xml;h=d316ab5d2ef3e465a99425e7dc6f30fba93260cf;hp=98507f405f96e96a632dd9d45031c5e99b5ff4dc;hb=348ced909724a1331b85d57aede80a102a00e428;hpb=a9a305332b7faf0d0d16db04909badaf6a095fef diff --git a/man/systemd.service.xml b/man/systemd.service.xml index 98507f405..d316ab5d2 100644 --- a/man/systemd.service.xml +++ b/man/systemd.service.xml @@ -392,16 +392,32 @@ replaced by the value of the environment variable including all whitespace it contains, resulting in a - single argument. Use + single argument. Use $FOO as a separate word on the command line, in which case it will be replaced by the value - of the environment variable split up - at whitespace, resulting in zero or - more arguments. To pass a literal dollar sign, - use $$. Note that the first - argument (i.e. the program to execute) - may not be a variable. + of the environment variable split at + whitespace, resulting in zero or more + arguments. To pass a literal dollar + sign, use $$. + Variables whose value is not known at + expansion time are treated as empty + strings. Note that the first argument + (i.e. the program to execute) may not + be a variable. + + Variables to be used in this + fashion may be defined through + Environment= and + EnvironmentFile=. + In addition, variables listed in + section "Environment variables in + spawned processes" in + systemd.exec5 + which are considered "static + configuration" may used (this includes + e.g. $USER, but not + $TERM). Optionally, if the absolute file name is prefixed with @@ -429,11 +445,6 @@ ExecStart=/bin/sh -c 'dmesg | tac' - Only select environment variables that - are set for executed commands. See - systemd.exec5. - - Example: ExecStart=/bin/echo one ; /bin/echo "two two"