blob: c1b3af966a999f6f71cb7c262e27d97f579464f8 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
|
--- src/utils/Config.java.orig 2016-02-15 22:56:56 UTC
+++ src/utils/Config.java
@@ -562,6 +562,7 @@ public class Config {
} else {
file_locations.add("/etc/opentsdb.conf");
file_locations.add("/etc/opentsdb/opentsdb.conf");
+ file_locations.add("%%PREFIX%%/etc/opentsdb/opentsdb.conf");
file_locations.add("/opt/opentsdb/opentsdb.conf");
}
|