From d2f316345cfadd07025b1a1770f63804e33c4b50 Mon Sep 17 00:00:00 2001 From: Lennart Poettering Date: Wed, 15 Sep 2010 01:44:26 +0200 Subject: man: document that first param to ExecStart= cannot be variable substitution https://bugzilla.redhat.com/show_bug.cgi?id=630156 --- man/systemd.service.xml | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'man/systemd.service.xml') 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 @@ $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. -- cgit v1.2.3-54-g00ecf