Accepting request 556966 from home:dmolkentin:branches:Base:System
- Fix task limit in emergency.service (same as in dracut-emergency.service) (bsc#1019938) * adds 0547-Fix-task-limit-in-emergency.service-the-same-change-.patch OBS-URL: https://build.opensuse.org/request/show/556966 OBS-URL: https://build.opensuse.org/package/show/Base:System/dracut?expand=0&rev=328
This commit is contained in:
parent
5b32ab78ee
commit
09657968ac
@ -0,0 +1,25 @@
|
|||||||
|
From e6e429407845cefe1305315ede997d961f486f99 Mon Sep 17 00:00:00 2001
|
||||||
|
From: Lidong Zhong <lidong.zhong@suse.com>
|
||||||
|
Date: Tue, 5 Sep 2017 16:40:14 +0200
|
||||||
|
Subject: [PATCH] Fix task limit in emergency.service (the same change as in
|
||||||
|
dracut-emergency.service) (bsc#1019938)
|
||||||
|
|
||||||
|
---
|
||||||
|
modules.d/98dracut-systemd/emergency.service | 1 +
|
||||||
|
1 file changed, 1 insertion(+)
|
||||||
|
|
||||||
|
diff --git a/modules.d/98dracut-systemd/emergency.service b/modules.d/98dracut-systemd/emergency.service
|
||||||
|
index 969a300e..d8bc779a 100644
|
||||||
|
--- a/modules.d/98dracut-systemd/emergency.service
|
||||||
|
+++ b/modules.d/98dracut-systemd/emergency.service
|
||||||
|
@@ -28,6 +28,7 @@ StandardOutput=inherit
|
||||||
|
StandardError=inherit
|
||||||
|
KillMode=process
|
||||||
|
IgnoreSIGPIPE=no
|
||||||
|
+TasksMax=infinity
|
||||||
|
|
||||||
|
# Bash ignores SIGTERM, so we send SIGHUP instead, to ensure that bash
|
||||||
|
# terminates cleanly.
|
||||||
|
--
|
||||||
|
2.13.6
|
||||||
|
|
@ -1,3 +1,9 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Dec 14 12:33:59 UTC 2017 - daniel.molkentin@suse.com
|
||||||
|
|
||||||
|
- Fix task limit in emergency.service (same as in dracut-emergency.service) (bsc#1019938)
|
||||||
|
* adds 0547-Fix-task-limit-in-emergency.service-the-same-change-.patch
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed Dec 13 17:07:10 UTC 2017 - daniel.molkentin@suse.com
|
Wed Dec 13 17:07:10 UTC 2017 - daniel.molkentin@suse.com
|
||||||
|
|
||||||
|
@ -231,6 +231,7 @@ Patch543: 0543-Remove-00systemd-bootchart.patch
|
|||||||
Patch544: 0544-40network-Make-ip-dhcp-work.patch
|
Patch544: 0544-40network-Make-ip-dhcp-work.patch
|
||||||
Patch545: 0545-Add-early-microcode-support-for-AMD-family-16h.patch
|
Patch545: 0545-Add-early-microcode-support-for-AMD-family-16h.patch
|
||||||
Patch546: 0546-Support-Microcode-Updates-for-AMD-CPU-Family-0x17.patch
|
Patch546: 0546-Support-Microcode-Updates-for-AMD-CPU-Family-0x17.patch
|
||||||
|
Patch547: 0547-Fix-task-limit-in-emergency.service-the-same-change-.patch
|
||||||
|
|
||||||
BuildRequires: asciidoc
|
BuildRequires: asciidoc
|
||||||
BuildRequires: bash
|
BuildRequires: bash
|
||||||
@ -497,6 +498,7 @@ chmod a+x modules.d/91zipl/install_zipl_cmdline.sh
|
|||||||
%patch544 -p1
|
%patch544 -p1
|
||||||
%patch545 -p1
|
%patch545 -p1
|
||||||
%patch546 -p1
|
%patch546 -p1
|
||||||
|
%patch547 -p1
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%configure\
|
%configure\
|
||||||
|
Loading…
x
Reference in New Issue
Block a user