X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=blobdiff_plain;f=man%2Fsystemd.service.xml;h=94a21d3fe3d99c2160611e590c15d70de69a2344;hb=77d98d666a4ef24ef22f032476fd5d954c1a4699;hp=962388342c56e33413a5d641d1083cc1b0b2322a;hpb=b708e7cea941538bfd5e20ce0a723c19b7da7d1d;p=elogind.git diff --git a/man/systemd.service.xml b/man/systemd.service.xml index 962388342..94a21d3fe 100644 --- a/man/systemd.service.xml +++ b/man/systemd.service.xml @@ -274,10 +274,14 @@ systemd.unit5. On top of that basic environment variable substitution is supported, where - $(FOO) is replaced - by the value of the environment - variable of the same - name. + ${FOO} is replaced + by the string value of the environment + variable of the same name. Also + $FOO may appear as + seperate word on the command line in + which case the variable is replaced by + its value split at + whitespaces.