From: Daniel Molkentin Date: Fri, 20 Jan 2017 09:57:40 +0000 (+0100) Subject: Set TaskMax=inifinite for the emergency shell X-Git-Tag: 047~61^2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=refs%2Fpull%2F330%2Fhead;p=thirdparty%2Fdracut.git Set TaskMax=inifinite for the emergency shell Certain rescue/recovery operations, e.g. xfs_repair need that liberty (bsc#1019938). --- diff --git a/modules.d/98dracut-systemd/dracut-emergency.service b/modules.d/98dracut-systemd/dracut-emergency.service index 718c4a785..ac25b9f21 100644 --- a/modules.d/98dracut-systemd/dracut-emergency.service +++ b/modules.d/98dracut-systemd/dracut-emergency.service @@ -22,6 +22,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.