1
0
mirror of https://github.com/systemd/systemd.git synced 2025-03-13 00:58:27 +03:00

man: document that Type=idle is subject to a 5s time-out

Fixes: #4116
This commit is contained in:
Lennart Poettering 2016-10-11 18:01:54 +02:00
parent 2cdbbc9a34
commit 6dcda09cbf

View File

@ -209,11 +209,11 @@
if used in combination with
<varname>PrivateNetwork=</varname><option>yes</option>.</para>
<para>Behavior of <option>idle</option> is very similar to
<option>simple</option>; 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.</para>
<para>Behavior of <option>idle</option> is very similar to <option>simple</option>; 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.</para>
</listitem>
</varlistentry>