diff options
author | Lukas Nykryn <lnykryn@redhat.com> | 2012-06-14 17:07:07 +0200 |
---|---|---|
committer | Michal Schmidt <mschmidt@redhat.com> | 2012-06-15 16:04:06 +0200 |
commit | 98709151f3e782eb508ba15e2a12c0b46003f061 (patch) | |
tree | 5be8acdbae6ef52d40125302b8317f290e14a0db /man | |
parent | 34cdc274edd870ffc27d21cf82655a0114948748 (diff) |
service: timeout for oneshot services
Add possibility to specify timeout for oneshot services.
[ https://bugzilla.redhat.com/show_bug.cgi?id=761656
Added minor fixups. -- michich ]
Diffstat (limited to 'man')
-rw-r--r-- | man/systemd.service.xml | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/man/systemd.service.xml b/man/systemd.service.xml index 12d0b8a12b..233807d2b3 100644 --- a/man/systemd.service.xml +++ b/man/systemd.service.xml @@ -470,7 +470,9 @@ time span value such as "5min 20s". Pass 0 to disable the timeout logic. Defaults to - 90s.</para></listitem> + 90s, except when <varname>Type=oneshot</varname> is + used in which case the timeout + is disabled by default.</para></listitem> </varlistentry> <varlistentry> |