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