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 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