]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
man: move TimeoutCleanSec= entry from .service to .exec
authorYu Watanabe <watanabe.yu+github@gmail.com>
Fri, 13 Sep 2019 08:12:59 +0000 (17:12 +0900)
committerZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>
Fri, 13 Sep 2019 13:06:40 +0000 (15:06 +0200)
Follow-up for 12213aed128456af33ff6131a14b637318227346.

Closes #13546.

man/systemd.exec.xml
man/systemd.service.xml

index 5cb83afa57822f283129dd6827d81637b4046379..6dcccc38b4f49eb9b6ddedb5e1dac0761b0b9bd1 100644 (file)
@@ -1035,6 +1035,16 @@ StateDirectory=aaa/bbb ccc</programlisting>
         <varname>RuntimeDirectory=</varname> are removed when the system is rebooted.</para></listitem>
       </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>ReadWritePaths=</varname></term>
         <term><varname>ReadOnlyPaths=</varname></term>
index 40ac052ba5c9b246c42660bbd82d277dd5f79f7e..14840c2e16d80200039145142d82cd6d2a235378 100644 (file)
         </para></listitem>
       </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>