From: Lennart Poettering Date: Thu, 26 Apr 2012 18:32:26 +0000 (+0200) Subject: service: document new Type=idle X-Git-Tag: debian/247.3-7+deb11u1~2386^2^2~3187 X-Git-Url: https://git.proxmox.com/?a=commitdiff_plain;h=a8ad0f89286b878cbe1f330f72abd2d22813f8ea;p=systemd.git 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.