Browse Source

Merge pull request #315 from danimo/emergency-task-limit

Fix task limit in emergency.service (the same change as in dracut-emergency.service) (bsc#1019938)
master
Harald Hoyer 7 years ago committed by GitHub
parent
commit
fb9970ba2d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  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