From: Lennart Poettering Date: Tue, 14 Sep 2010 23:44:26 +0000 (+0200) Subject: man: document that first param to ExecStart= cannot be variable substitution X-Git-Tag: v11~143 X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=elogind.git;a=commitdiff_plain;h=d2f316345cfadd07025b1a1770f63804e33c4b50 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 d6c0e3fd9..6ab3bc360 100644 --- a/man/systemd.service.xml +++ b/man/systemd.service.xml @@ -292,8 +292,11 @@ $FOO may appear as separate word on the command line in which case the variable is replaced by - its value split at - whitespaces. + 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.