From 9c20a6bef7eebc70d99c904904a8d1798ec4dbfa Mon Sep 17 00:00:00 2001 From: Deklan Dieterly Date: Thu, 20 Mar 2014 16:30:59 -0600 Subject: [PATCH] Add local to the args. --- src/deb/init/mon-thresh.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/deb/init/mon-thresh.conf b/src/deb/init/mon-thresh.conf index 114d361..1673559 100644 --- a/src/deb/init/mon-thresh.conf +++ b/src/deb/init/mon-thresh.conf @@ -15,7 +15,7 @@ script . /etc/default/mon-thresh fi - exec /usr/bin/java -Xmx8g -DLOGDIR=${LOGDIR:-/tmp} -cp /opt/mon/mon-thresh.jar com.hpcloud.mon.ThresholdingEngine /etc/mon/mon-thresh-config.yml topology-name + exec /usr/bin/java -Xmx8g -DLOGDIR=${LOGDIR:-/tmp} -cp /opt/mon/mon-thresh.jar com.hpcloud.mon.ThresholdingEngine /etc/mon/mon-thresh-config.yml mon-thresh local end script