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