summaryrefslogtreecommitdiffstats
path: root/metrics-proxy
diff options
context:
space:
mode:
authorTor Egge <Tor.Egge@online.no>2022-06-20 13:05:52 +0200
committerTor Egge <Tor.Egge@online.no>2022-06-20 13:05:52 +0200
commit14d88ef46260fe27741ffd86335e44d7dad4cf03 (patch)
tree25a5910ce94bc82ee7602c0cd174eff2dcc7813c /metrics-proxy
parent6fbf962ae13e6eb45a358017229949778ed08a85 (diff)
Sync initial directory permissions and ownership with fixdir settings
from vespa-prestart.sh, fixddir settings from start-configserver and start-telegraf.sh and FixDataDirectory settings from standalone-container.sh.
Diffstat (limited to 'metrics-proxy')
-rw-r--r--metrics-proxy/CMakeLists.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/metrics-proxy/CMakeLists.txt b/metrics-proxy/CMakeLists.txt
index 5963cba9615..4cc59300058 100644
--- a/metrics-proxy/CMakeLists.txt
+++ b/metrics-proxy/CMakeLists.txt
@@ -1,6 +1,8 @@
# Copyright Yahoo. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.
install_jar(metrics-proxy-jar-with-dependencies.jar)
+install(DIRECTORY DESTINATION conf/telegraf)
+install(DIRECTORY DESTINATION logs/telegraf)
vespa_install_script(src/main/sh/start-telegraf.sh libexec/vespa)
vespa_install_script(src/main/sh/stop-telegraf.sh libexec/vespa)