Merge pull request #2142 from coreos-inc/disable-core-dumps
Don't dump core when killing buildmanager
This commit is contained in:
commit
42807453f6
1 changed files with 1 additions and 1 deletions
|
@ -7,7 +7,7 @@ set httpd port 2812 and
|
|||
|
||||
check host buildmanager with address localhost
|
||||
start program = "/usr/bin/sv start /etc/service/buildmanager" with timeout 10 seconds
|
||||
stop program = "/usr/local/bin/kill-buildmanager.sh"
|
||||
stop program = "/usr/bin/sv kill /etc/service/buildmanager"
|
||||
if failed port 8787 protocol http
|
||||
request "/"
|
||||
status = 405
|
||||
|
|
Reference in a new issue