1
0
mirror of https://github.com/systemd/systemd.git synced 2024-10-27 18:55:40 +03:00

man: unit: fix StartTimeoutSec

should be TimeoutStartSec
This commit is contained in:
Herman Fries 2015-07-29 17:45:40 +02:00
parent e4e6699395
commit 21d1130207

View File

@ -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
<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