Merge pull request #330 from danimo/task_max_emergency
Set TaskMax=inifinite for the emergency shellmaster
commit
1619e731f7
|
|
@ -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…
Reference in New Issue