8d86bd
From ba81eba0feaf5c34f52141301e2b7ca93128fed0 Mon Sep 17 00:00:00 2001
8d86bd
From: David Tardon <dtardon@redhat.com>
8d86bd
Date: Sat, 16 Jul 2022 10:16:41 +0200
8d86bd
Subject: [PATCH] man: document DefaultDeviceTimeoutSec=
8d86bd
8d86bd
(cherry picked from commit 9e69bd4801588c12811c611a1c68b54cecbe1718)
8d86bd
8d86bd
Related: #1967245
8d86bd
---
8d86bd
 man/systemd-system.conf.xml | 11 +++++++++++
8d86bd
 1 file changed, 11 insertions(+)
8d86bd
8d86bd
diff --git a/man/systemd-system.conf.xml b/man/systemd-system.conf.xml
8d86bd
index 988c4e7665..3670f34cb5 100644
8d86bd
--- a/man/systemd-system.conf.xml
8d86bd
+++ b/man/systemd-system.conf.xml
8d86bd
@@ -305,6 +305,17 @@
8d86bd
         100ms.</para></listitem>
8d86bd
       </varlistentry>
8d86bd
 
8d86bd
+      <varlistentry>
8d86bd
+        <term><varname>DefaultDeviceTimeoutSec=</varname></term>
8d86bd
+
8d86bd
+        <listitem><para>Configures the default timeout for waiting for devices. It can be changed per
8d86bd
+        device via the <varname>x-systemd.device-timeout=</varname> option in <filename>/etc/fstab</filename>
8d86bd
+        and <filename>/etc/crypttab</filename> (see
8d86bd
+        <citerefentry><refentrytitle>systemd.mount</refentrytitle><manvolnum>5</manvolnum></citerefentry>,
8d86bd
+        <citerefentry><refentrytitle>crypttab</refentrytitle><manvolnum>5</manvolnum></citerefentry>).
8d86bd
+        Defaults to 90s.</para></listitem>
8d86bd
+      </varlistentry>
8d86bd
+
8d86bd
       <varlistentry>
8d86bd
         <term><varname>DefaultStartLimitIntervalSec=</varname></term>
8d86bd
         <term><varname>DefaultStartLimitBurst=</varname></term>