]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
man: unit: fix StartTimeoutSec 776/head
authorHerman Fries <hfries@beuth-hochschule.de>
Wed, 29 Jul 2015 15:45:40 +0000 (17:45 +0200)
committerHerman Fries <hfries@beuth-hochschule.de>
Wed, 29 Jul 2015 15:45:40 +0000 (17:45 +0200)
should be TimeoutStartSec

man/systemd.unit.xml

index 0aa1eeac772b4b7f3a7c505a6fce06b1c9dd2691..407f6d32eb5e55392a0b0bc05ef71e1828a8a305 100644 (file)
         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
-        <varname>StartTimeoutSec=</varname> in service units) as the
+        <varname>TimeoutStartSec=</varname> 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