]> git.ipfire.org Git - thirdparty/dracut.git/commitdiff
Fix task limit in emergency.service (the same change as in dracut-emergency.service... 315/head
authorLidong Zhong <lidong.zhong@suse.com>
Tue, 5 Sep 2017 14:40:14 +0000 (16:40 +0200)
committerDaniel Molkentin <dmolkentin@suse.com>
Thu, 14 Dec 2017 12:37:44 +0000 (13:37 +0100)
modules.d/98dracut-systemd/emergency.service

index 100146a3662be22cbe068c41bfd226bf6a25f402..cf20806c117aaf51fc7e481d7175aef3bb4e4bd3 100644 (file)
@@ -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.