We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9bae531 commit b05c1b9Copy full SHA for b05c1b9
rpm/fs/etc/init.d/cluster-aggregator
@@ -16,7 +16,7 @@ user="cagg"
16
prog="cluster-aggregator"
17
dir="/opt/cluster-aggregator"
18
log_dir="$dir/logs"
19
-config="/opt/cluster-aggregator/config/config.json"
+config="/opt/cluster-aggregator/config/config.hocon"
20
logging_config="-Dlogback.configurationFile=/opt/cluster-aggregator/config/logback.xml"
21
exec="/opt/cluster-aggregator/bin/cluster-aggregator"
22
pid_file="/var/run/cluster-aggregator/cluster-aggregator.pid"
0 commit comments