From 22f38abe9a1dbe4bc3ef46b7073df4869778b840 Mon Sep 17 00:00:00 2001 From: Lennart Poettering Date: Thu, 3 Jan 2013 22:37:31 +0100 Subject: [PATCH] man: clarify that specifiers cannot be used in ExecStart='s first argument --- man/systemd.service.xml | 18 ++++++++++++------ 1 file changed, 12 insertions(+), 6 deletions(-) diff --git a/man/systemd.service.xml b/man/systemd.service.xml index ddb065e1d..598e86365 100644 --- a/man/systemd.service.xml +++ b/man/systemd.service.xml @@ -296,8 +296,9 @@ ExecStart= - Commands - that are executed when this service is started. + Commands with their + arguments that are executed when this + service is started. When @@ -327,10 +328,15 @@ Type=forking is set, the process started via this command line will be considered the - main process of the daemon. The - command line accepts '%' - specifiers as described in - systemd.unit5. + main process of the daemon. + + The command line accepts + '%' specifiers as + described in + systemd.unit5. Note + that the first argument of the command + line (i.e. the program to execute) may + not include specifiers. Optionally, if the absolute file name is prefixed with -- 2.30.2