Browse Source

Fix task limit in emergency.service (the same change as in dracut-emergency.service) (bsc#1019938)

master
Lidong Zhong 8 years ago committed by Daniel Molkentin
parent
commit
df96cccc8f
  1. 1
      modules.d/98dracut-systemd/emergency.service

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

@ -23,6 +23,7 @@ StandardOutput=inherit @@ -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.

Loading…
Cancel
Save