]> git.ipfire.org Git - thirdparty/dracut.git/commitdiff
Set TaskMax=inifinite for the emergency shell 330/head
authorDaniel Molkentin <dmolkentin@suse.com>
Fri, 20 Jan 2017 09:57:40 +0000 (10:57 +0100)
committerDaniel Molkentin <dmolkentin@suse.com>
Fri, 15 Dec 2017 21:00:41 +0000 (22:00 +0100)
Certain rescue/recovery operations, e.g. xfs_repair need
that liberty (bsc#1019938).

modules.d/98dracut-systemd/dracut-emergency.service

index 718c4a785e2b029679791245c0a2f517114a9b04..ac25b9f21d526ab10e51c204bf461f5131a65c35 100644 (file)
@@ -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.