From 31c6628e74bfdb29e1e108949c3b4d14e47d3773 Mon Sep 17 00:00:00 2001 From: Brad Ison Date: Thu, 17 Nov 2016 14:31:11 -0800 Subject: [PATCH] Don't dump core when killing buildmanager --- conf/monitrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conf/monitrc b/conf/monitrc index 87528b119..7e3021067 100644 --- a/conf/monitrc +++ b/conf/monitrc @@ -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