summaryrefslogtreecommitdiff
path: root/man/systemd.service.xml
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2010-09-15 01:44:26 +0200
committerLennart Poettering <lennart@poettering.net>2010-09-15 01:44:26 +0200
commitd2f316345cfadd07025b1a1770f63804e33c4b50 (patch)
tree8cf68dc1246fa9b8afaaaf9d9f80db75ba2ba013 /man/systemd.service.xml
parent5275d3c13d6321ffd749a976aaad69321313fac7 (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/systemd.service.xml')
-rw-r--r--man/systemd.service.xml7
1 files changed, 5 insertions, 2 deletions
diff --git a/man/systemd.service.xml b/man/systemd.service.xml
index d6c0e3fd9..6ab3bc360 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>