From b05c1b9575cd6c6e203d50e8be847fc71e4e5eab Mon Sep 17 00:00:00 2001 From: Brandon Arp Date: Mon, 9 Jan 2017 23:42:25 -0800 Subject: [PATCH] missed json -> hocon config reference --- rpm/fs/etc/init.d/cluster-aggregator | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rpm/fs/etc/init.d/cluster-aggregator b/rpm/fs/etc/init.d/cluster-aggregator index 205b35b5..086271f4 100755 --- a/rpm/fs/etc/init.d/cluster-aggregator +++ b/rpm/fs/etc/init.d/cluster-aggregator @@ -16,7 +16,7 @@ user="cagg" prog="cluster-aggregator" dir="/opt/cluster-aggregator" log_dir="$dir/logs" -config="/opt/cluster-aggregator/config/config.json" +config="/opt/cluster-aggregator/config/config.hocon" logging_config="-Dlogback.configurationFile=/opt/cluster-aggregator/config/logback.xml" exec="/opt/cluster-aggregator/bin/cluster-aggregator" pid_file="/var/run/cluster-aggregator/cluster-aggregator.pid"