From 83d373d213cad0f67c85055bf342d36cef8ed8e6 Mon Sep 17 00:00:00 2001 From: Mike Yuan Date: Fri, 4 Aug 2023 20:49:15 +0800 Subject: [PATCH] man/systemd.unit: DefaultTimeoutStartSec= -> DefaultDeviceTimeoutSec= for device unit job timeouts Follow-up for #24044 --- man/systemd.unit.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/man/systemd.unit.xml b/man/systemd.unit.xml index 94a5a30f92..915f5680ea 100644 --- a/man/systemd.unit.xml +++ b/man/systemd.unit.xml @@ -1060,7 +1060,7 @@ specified, see systemd.time5. The default is infinity (job timeouts disabled), except for device units where - JobRunningTimeoutSec= defaults to DefaultTimeoutStartSec=. + JobRunningTimeoutSec= defaults to DefaultDeviceTimeoutSec=. Note: these timeouts are independent from any unit-specific timeouts (for example, the timeout -- 2.25.1