From: Herman Fries Date: Wed, 29 Jul 2015 15:45:40 +0000 (+0200) Subject: man: unit: fix StartTimeoutSec X-Git-Tag: v224~24^2 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=21d113020730daafe2f54ccd2c73600187a73b51;p=thirdparty%2Fsystemd.git man: unit: fix StartTimeoutSec should be TimeoutStartSec --- diff --git a/man/systemd.unit.xml b/man/systemd.unit.xml index 0aa1eeac772..407f6d32eb5 100644 --- a/man/systemd.unit.xml +++ b/man/systemd.unit.xml @@ -737,7 +737,7 @@ to 0 (job timeouts disabled), except for device units. NB: this timeout is independent from any unit-specific timeout (for example, the timeout set with - StartTimeoutSec= in service units) as the + TimeoutStartSec= in service units) as the job timeout has no effect on the unit itself, only on the job that might be pending for it. Or in other words: unit-specific timeouts are useful to abort unit state changes, and revert