diff options
author | Lennart Poettering <lennart@poettering.net> | 2010-09-15 01:44:26 +0200 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2010-09-15 01:44:26 +0200 |
commit | d2f316345cfadd07025b1a1770f63804e33c4b50 (patch) | |
tree | 8cf68dc1246fa9b8afaaaf9d9f80db75ba2ba013 /man | |
parent | 5275d3c13d6321ffd749a976aaad69321313fac7 (diff) |
man: document that first param to ExecStart= cannot be variable substitution
https://bugzilla.redhat.com/show_bug.cgi?id=630156
Diffstat (limited to 'man')
-rw-r--r-- | man/systemd.service.xml | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/man/systemd.service.xml b/man/systemd.service.xml index d6c0e3fd94..6ab3bc3601 100644 --- a/man/systemd.service.xml +++ b/man/systemd.service.xml @@ -292,8 +292,11 @@ <literal>$FOO</literal> may appear as separate word on the command line in which case the variable is replaced by - its value split at - whitespaces.</para></listitem> + its value split at whitespaces. Note + that the first argument (i.e. the + binary to execute) may not be a + variable, and must be a literal and + absolute path name.</para></listitem> </varlistentry> <varlistentry> |