diff options
author | Yu Watanabe <watanabe.yu+github@gmail.com> | 2019-09-13 17:12:59 +0900 |
---|---|---|
committer | Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> | 2019-09-13 15:06:40 +0200 |
commit | bd9014c360f86aefcf4d417d50372a5fc29af7ce (patch) | |
tree | e3aae88849f4e7253ab05102fe748f21d194434b /man/systemd.service.xml | |
parent | 4f6c7276372a458e81402ba38bfae2e3ba3f1154 (diff) | |
download | systemd-bd9014c360f86aefcf4d417d50372a5fc29af7ce.tar.gz |
man: move TimeoutCleanSec= entry from .service to .exec
Follow-up for 12213aed128456af33ff6131a14b637318227346.
Closes #13546.
Diffstat (limited to 'man/systemd.service.xml')
-rw-r--r-- | man/systemd.service.xml | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/man/systemd.service.xml b/man/systemd.service.xml index 40ac052ba5..14840c2e16 100644 --- a/man/systemd.service.xml +++ b/man/systemd.service.xml @@ -637,16 +637,6 @@ </varlistentry> <varlistentry> - <term><varname>TimeoutCleanSec=</varname></term> - <listitem><para>Configures a timeout on the clean-up operation requested through <command>systemctl - clean …</command>, see - <citerefentry><refentrytitle>systemctl</refentrytitle><manvolnum>1</manvolnum></citerefentry> for - details. Takes the usual time values and defaults to <constant>infinity</constant>, i.e. by default - no time-out is applied. If a time-out is configured the clean operation will be aborted forcibly when - the time-out is reached, potentially leaving resources on disk.</para></listitem> - </varlistentry> - - <varlistentry> <term><varname>RuntimeMaxSec=</varname></term> <listitem><para>Configures a maximum time for the service to run. If this is used and the service has been |