diff options
author | Barry Scott <barry.scott@onelan.co.uk> | 2011-10-03 11:50:09 +0100 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2011-10-11 01:11:26 +0200 |
commit | 7734f77373a871ffb755a99b381fd93682052b8c (patch) | |
tree | f9b633331940a667fbea26f534ed2e5f7dc1b88e /man/systemd.exec.xml | |
parent | effe639c6a66123a7c6626cb9129f6bcbb41b3ae (diff) |
man: for ExecStart= provide more details on env var substitution and how that turns into arguments.
For EnvironmentFile= explain that double quotes can be used
to protect whitespace.
Diffstat (limited to 'man/systemd.exec.xml')
-rw-r--r-- | man/systemd.exec.xml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/man/systemd.exec.xml b/man/systemd.exec.xml index 609484b3a3..230c4a31f7 100644 --- a/man/systemd.exec.xml +++ b/man/systemd.exec.xml @@ -279,6 +279,11 @@ assignments. Empty lines and lines starting with ; or # will be ignored, which may be used for commenting. The + parser strips leading and + trailing whitespace from the values + of assignments, unless you use + double quotes ("). + The argument passed should be an absolute file name, optionally prefixed with "-", which indicates that if the file |