From: Lidong Zhong Date: Tue, 5 Sep 2017 14:40:14 +0000 (+0200) Subject: Fix task limit in emergency.service (the same change as in dracut-emergency.service... X-Git-Tag: 047~69^2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=refs%2Fpull%2F315%2Fhead;p=thirdparty%2Fdracut.git Fix task limit in emergency.service (the same change as in dracut-emergency.service) (bsc#1019938) --- diff --git a/modules.d/98dracut-systemd/emergency.service b/modules.d/98dracut-systemd/emergency.service index 100146a36..cf20806c1 100644 --- a/modules.d/98dracut-systemd/emergency.service +++ b/modules.d/98dracut-systemd/emergency.service @@ -23,6 +23,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.