Merge pull request #2142 from coreos-inc/disable-core-dumps

Don't dump core when killing buildmanager
This commit is contained in:
Brad Ison 2016-11-17 14:42:38 -08:00 committed by GitHub
commit 42807453f6

View file

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