From f5a05fb578cddcf6e46be68e4a38fdbc4b853f16 Mon Sep 17 00:00:00 2001 From: Lennart Poettering Date: Mon, 6 Apr 2015 20:34:11 +0200 Subject: man: document default timeouts and start limit parameters --- man/systemd-system.conf.xml | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) (limited to 'man/systemd-system.conf.xml') diff --git a/man/systemd-system.conf.xml b/man/systemd-system.conf.xml index 1b74ed38f7..c06accd791 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. -- cgit v1.2.3-54-g00ecf