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

master
Lidong Zhong 2017-09-05 16:40:14 +02:00 committed by Daniel Molkentin
parent 3dbf1f0783
commit df96cccc8f
1 changed files with 1 additions and 0 deletions

View 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.