Fix task limit in emergency.service (the same change as in dracut-emergency.service) (bsc#1019938)
parent
3dbf1f0783
commit
df96cccc8f
|
@ -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…
Reference in New Issue