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.
34 lines
1.4 KiB
34 lines
1.4 KiB
From 873e5040948fb317de39ad40316d16fdc9d17ffe 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: #2116681 |
|
--- |
|
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 b8e2b65625..bad790944d 100644 |
|
--- a/man/systemd-system.conf.xml |
|
+++ b/man/systemd-system.conf.xml |
|
@@ -326,6 +326,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>
|
|
|