Merge pull request #330 from danimo/task_max_emergency

Set TaskMax=inifinite for the emergency shell
master
Harald Hoyer 2017-12-18 09:14:21 +01:00 committed by GitHub
commit 1619e731f7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

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