public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
From: Dusty Mabe <dusty@dustymabe.com>
To: git-commits@fedoraproject.org
Subject: [rpms/fedora-release] f45: make recent shutdown timeout conf filename more appropriate
Date: Mon, 10 Aug 2026 09:36:03 GMT	[thread overview]
Message-ID: <178635456311.1.8875922166156970642.rpms-fedora-release-1dbac75e8493@fedoraproject.org> (raw)

            A new commit has been pushed.

            Repo   : rpms/fedora-release
            Branch : f45
            Commit : 1dbac75e84939949fe5bdc689a8b16c66c585d91
            Author : Dusty Mabe <dusty@dustymabe.com>
            Date   : 2023-03-01T15:25:25-05:00
            Stats  : +8/-8 in 3 file(s)
            URL    : https://src.fedoraproject.org/rpms/fedora-release/c/1dbac75e84939949fe5bdc689a8b16c66c585d91?branch=f45

            Log:
            make recent shutdown timeout conf filename more appropriate

The previous name of default-timeout.conf sounds like it's setting
the default for Fedora, but it's not. It's actually overriding the
default timeout for the variants that prefer the longer timeout
The new name might help give more clues.

---
diff --git a/default-timeout.conf b/default-timeout.conf
deleted file mode 100644
index 898f975..0000000
--- a/default-timeout.conf
+++ /dev/null
@@ -1,5 +0,0 @@
-# Reset the default timeout to systemd upstream defaults
-# See: https://fedoraproject.org/wiki/Changes/Shorter_Shutdown_Timer
-DefaultTimeoutStartSec=90s
-DefaultTimeoutStopSec=90s
-DefaultDeviceTimeoutSec=90s

diff --git a/fedora-release.spec b/fedora-release.spec
index 2b3c3c2..c17a28e 100644
--- a/fedora-release.spec
+++ b/fedora-release.spec
@@ -106,7 +106,7 @@ Source24:       80-iot-user.preset
 Source25:       plasma-desktop.conf
 Source26:       80-kde.preset
 Source27:       81-desktop.preset
-Source28:       default-timeout.conf
+Source28:       longer-default-shutdown-timeout.conf
 
 BuildArch:      noarch
 
@@ -1525,8 +1525,8 @@ ln -s --relative %{buildroot}%{_swidtagdir} %{buildroot}%{_sysconfdir}/swid/swid
 %files coreos
 %files identity-coreos
 %{_prefix}/lib/systemd/system-preset/80-coreos.preset
-%{_prefix}/lib/systemd/system.conf.d/default-timeout.conf
-%{_prefix}/lib/systemd/user.conf.d/default-timeout.conf
+%{_prefix}/lib/systemd/system.conf.d/longer-default-shutdown-timeout.conf
+%{_prefix}/lib/systemd/user.conf.d/longer-default-shutdown-timeout.conf
 %{_prefix}/lib/os-release.coreos
 %attr(0644,root,root) %{_swidtagdir}/org.fedoraproject.Fedora-edition.swidtag.coreos
 %endif

diff --git a/longer-default-shutdown-timeout.conf b/longer-default-shutdown-timeout.conf
new file mode 100644
index 0000000..898f975
--- /dev/null
+++ b/longer-default-shutdown-timeout.conf
@@ -0,0 +1,5 @@
+# Reset the default timeout to systemd upstream defaults
+# See: https://fedoraproject.org/wiki/Changes/Shorter_Shutdown_Timer
+DefaultTimeoutStartSec=90s
+DefaultTimeoutStopSec=90s
+DefaultDeviceTimeoutSec=90s

                 reply	other threads:[~2026-08-10  9:36 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=178635456311.1.8875922166156970642.rpms-fedora-release-1dbac75e8493@fedoraproject.org \
    --to=dusty@dustymabe.com \
    --cc=git-commits@fedoraproject.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox