X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=blobdiff_plain;f=man%2Fsystemd.service.xml;h=b8b19b386a21de94420c1585f59abe386927f4a8;hb=c1dae1b3c9729fb8ab749dd4e2dad07e0fad7ed8;hp=aecf9c6efa7250e8b6d0f970a879cd499cf983b5;hpb=e670b166a08b7c1031a9e7d7675fa9a29c3e19c9;p=elogind.git diff --git a/man/systemd.service.xml b/man/systemd.service.xml index aecf9c6ef..b8b19b386 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 @@ -463,9 +464,12 @@ ExecStopPost= Additional commands that are executed after the service - was stopped using the commands - configured in - ExecStop=. This + was stopped. This includes cases where + the commands configured in + ExecStop= were used, + where the service doesn't have any + ExecStop= defined, or + where the service exited unexpectedly. This argument takes multiple command lines, following the same scheme as described for ExecStart. Use