[systemd-commits] man/systemd.service.xml
Lennart Poettering
lennart at kemper.freedesktop.org
Tue Sep 14 16:45:19 PDT 2010
man/systemd.service.xml | 7 +++++--
1 file changed, 5 insertions(+), 2 deletions(-)
New commits:
commit d2f316345cfadd07025b1a1770f63804e33c4b50
Author: Lennart Poettering <lennart at poettering.net>
Date: Wed Sep 15 01:44:26 2010 +0200
man: document that first param to ExecStart= cannot be variable substitution
https://bugzilla.redhat.com/show_bug.cgi?id=630156
diff --git a/man/systemd.service.xml b/man/systemd.service.xml
index d6c0e3f..6ab3bc3 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>
More information about the systemd-commits
mailing list