From: Lennart Poettering Date: Thu, 26 Apr 2012 18:32:26 +0000 (+0200) Subject: service: document new Type=idle X-Git-Tag: v183~182 X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=elogind.git;a=commitdiff_plain;h=a8ad0f89286b878cbe1f330f72abd2d22813f8ea;hp=896c3c783c5e7f51bea215d84ad9869f9334c783 service: document new Type=idle --- diff --git a/man/systemd.service.xml b/man/systemd.service.xml index 258b059ef..0baeb7544 100644 --- a/man/systemd.service.xml +++ b/man/systemd.service.xml @@ -121,7 +121,8 @@ , , , - . + or + . If set to (the default @@ -201,6 +202,16 @@ NotifyAccess= is not set, it will be implicitly set to . + + Behaviour of + is very similar + to , however + actual execution of a the service + binary is delayed until all jobs are + dispatched. This may be used to avoid + interleaving of output of shell + services with the status output on the + console.