Browse Source

Set TaskMax=inifinite for the emergency shell

Certain rescue/recovery operations, e.g. xfs_repair need
that liberty (bsc#1019938).
master
Daniel Molkentin 8 years ago
parent
commit
649619f6a5
  1. 1
      modules.d/98dracut-systemd/dracut-emergency.service

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

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

Loading…
Cancel
Save