From 01105ef39b2cb250a788c9407c7a89954b4064c5 Mon Sep 17 00:00:00 2001 From: zsien Date: Tue, 14 May 2024 13:14:41 +0800 Subject: [PATCH 1/2] chore: set systemd services stop timeout to 30s MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 设置 systemd service 退出超时为 30s Issues: linuxdeepin/developer-center#8554 --- etc.d/systemd/system.conf.d/timeout-stop-sec.conf | 2 ++ etc.d/systemd/user.conf.d/timeout-stop-sec.conf | 2 ++ 2 files changed, 4 insertions(+) create mode 100644 etc.d/systemd/system.conf.d/timeout-stop-sec.conf create mode 100644 etc.d/systemd/user.conf.d/timeout-stop-sec.conf diff --git a/etc.d/systemd/system.conf.d/timeout-stop-sec.conf b/etc.d/systemd/system.conf.d/timeout-stop-sec.conf new file mode 100644 index 0000000..65ff02c --- /dev/null +++ b/etc.d/systemd/system.conf.d/timeout-stop-sec.conf @@ -0,0 +1,2 @@ +[Manager] +DefaultTimeoutStopSec=30s diff --git a/etc.d/systemd/user.conf.d/timeout-stop-sec.conf b/etc.d/systemd/user.conf.d/timeout-stop-sec.conf new file mode 100644 index 0000000..65ff02c --- /dev/null +++ b/etc.d/systemd/user.conf.d/timeout-stop-sec.conf @@ -0,0 +1,2 @@ +[Manager] +DefaultTimeoutStopSec=30s From a83087f4b3ccf7537b25dfe3ad471d2a50eaea68 Mon Sep 17 00:00:00 2001 From: zsien Date: Tue, 14 May 2024 13:32:50 +0800 Subject: [PATCH 2/2] chore: bump version to 2024.05.14 * chore: set systemd services stop timeout to 30s (linuxdeepin/developer-cente r#8554) --- debian/changelog | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/debian/changelog b/debian/changelog index 515ff00..f924095 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +deepin-default-settings (2024.05.14) unstable; urgency=medium + + * chore: set systemd services stop timeout to 30s (linuxdeepin/developer-center#8554) + + -- zsien Tue, 14 May 2024 13:31:52 +0800 + deepin-default-settings (2024.04.22) unstable; urgency=medium * Fix #8101