From: Lennart Poettering Date: Mon, 6 Apr 2015 18:34:11 +0000 (+0200) Subject: man: document default timeouts and start limit parameters X-Git-Tag: v220~566 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=f5a05fb578cddcf6e46be68e4a38fdbc4b853f16;p=platform%2Fupstream%2Fsystemd.git man: document default timeouts and start limit parameters --- diff --git a/man/systemd-system.conf.xml b/man/systemd-system.conf.xml index 1b74ed3..c06accd 100644 --- a/man/systemd-system.conf.xml +++ b/man/systemd-system.conf.xml @@ -260,7 +260,11 @@ systemd.service5 for details on the per-unit settings). For non-service units, DefaultTimeoutStartSec= sets the default - TimeoutSec= value. + TimeoutSec= + value. DefaultTimeoutStartSec= and + DefaultTimeoutStopSec= default to + 90s. DefaultRestartSec= defaults to + 100ms. @@ -272,7 +276,10 @@ StartLimitInterval= and StartLimitBurst=. See systemd.service5 - for details on the per-service settings. + for details on the per-service settings. + DefaultStartLimitInterval= defaults to + 10s. DefaultStartLimitBurst= defaults to + 5.