X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=blobdiff_plain;f=man%2Fsystemd.service.xml;h=d573ec6f96a3721652cc330b3f09eecc98502317;hb=525ee6f4a1639bcb28198bf9e32b93ca2bfd268b;hp=d6c0e3fd9429e33db906469c6fb807c427b92f2e;hpb=96d4ce01103ebebe9335fb321667043bb620c06b;p=elogind.git diff --git a/man/systemd.service.xml b/man/systemd.service.xml index d6c0e3fd9..d573ec6f9 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. @@ -425,17 +428,17 @@ Configures whether the main service process shall be restarted when it exists. Takes one of - , - or - . If - set to (the + , + or + . If + set to (the default) the service will not be restarted when it exits. If set to - it + it will be restarted only when it exited cleanly, i.e. terminated with an exit code of 0. If set to - the + the service will be restarted regardless whether it exited cleanly or not, or got terminated abnormally by a