From c99647645cd8e8871653c65d6c451a32711ded50 Mon Sep 17 00:00:00 2001 From: quebim Date: Mon, 11 Nov 2024 08:36:31 -0300 Subject: [PATCH] Update OPENASEARCH_TMPDIR pointing to new tmp directory's path --- distribution/packages/src/common/systemd/wazuh-indexer.service | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/distribution/packages/src/common/systemd/wazuh-indexer.service b/distribution/packages/src/common/systemd/wazuh-indexer.service index d4171152df3ca..3150db260722e 100644 --- a/distribution/packages/src/common/systemd/wazuh-indexer.service +++ b/distribution/packages/src/common/systemd/wazuh-indexer.service @@ -9,7 +9,7 @@ Type=notify RuntimeDirectory=wazuh-indexer PrivateTmp=true Environment=OPENSEARCH_HOME=/usr/share/wazuh-indexer -Environment=OPENSEARCH_TMPDIR=/var/log/wazuh-indexer/tmp +Environment=OPENSEARCH_TMPDIR=/var/lib/wazuh-indexer/tmp Environment=OPENSEARCH_PATH_CONF=${path.conf} Environment=PID_DIR=/run/wazuh-indexer Environment=OPENSEARCH_SD_NOTIFY=true