From: Lennart Poettering Date: Tue, 11 Oct 2016 16:01:54 +0000 (+0200) Subject: man: document that Type=idle is subject to a 5s time-out X-Git-Tag: v232~113^2~1 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=6dcda09cbfb698c6b50fcab2ef52a540766f25bf;p=thirdparty%2Fsystemd.git man: document that Type=idle is subject to a 5s time-out Fixes: #4116 --- diff --git a/man/systemd.service.xml b/man/systemd.service.xml index b58e8876623..8203f2d52ed 100644 --- a/man/systemd.service.xml +++ b/man/systemd.service.xml @@ -209,11 +209,11 @@ if used in combination with PrivateNetwork=. - Behavior of is very similar to - ; however, actual execution of 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. + Behavior of is very similar to ; however, actual execution + of the service binary is delayed until all active jobs are dispatched. This may be used to avoid interleaving + of output of shell services with the status output on the console. Note that this type is useful only to + improve console output, it is not useful as a general unit ordering tool, and the effect of this service type + is subject to a 5s time-out, after which the service binary is invoked anyway.