From: Max F. Albrecht <1@178.is>
Date: Wed, 20 Feb 2013 21:49:57 +0000 (-0800)
Subject: man: be even more clear about ExecStart's first argument.
X-Git-Tag: v198~200
X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=commitdiff_plain;h=22382c3f57a700126b5e7ab0641b7d583d67dbff;p=elogind.git
man: be even more clear about ExecStart's first argument.
---
diff --git a/man/systemd.service.xml b/man/systemd.service.xml
index aecf9c6ef..8977873c1 100644
--- a/man/systemd.service.xml
+++ b/man/systemd.service.xml
@@ -298,8 +298,9 @@
ExecStart=
Commands with their
arguments that are executed when this
- service is started.
-
+ service is started. The first
+ argument must be an absolute path
+ name.
When
Type=oneshot is
@@ -359,8 +360,8 @@
at whitespace, resulting in no or more
arguments. Note that the first
argument (i.e. the program to execute)
- may not be a variable, and must be a
- literal and absolute path
+ may not be a variable, since it must
+ be a literal and absolute path
name.
Optionally, if the absolute file