diff options
author | Daniel Mack <github@zonque.org> | 2015-07-29 17:52:46 +0200 |
---|---|---|
committer | Daniel Mack <github@zonque.org> | 2015-07-29 17:52:46 +0200 |
commit | 4eb344b1b8478e9a99c727cf495aa13c4e608b00 (patch) | |
tree | 14caeaa750d07127a93f6e47984c20a94345f065 | |
parent | e4e66993951e9e349e8008fa7c81184b6e4ae385 (diff) | |
parent | 21d113020730daafe2f54ccd2c73600187a73b51 (diff) |
Merge pull request #776 from baracoder/master
man: unit: fix StartTimeoutSec
-rw-r--r-- | man/systemd.unit.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/man/systemd.unit.xml b/man/systemd.unit.xml index 0aa1eeac77..407f6d32eb 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 - <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 |