summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMartin Ortega2023-11-18 00:31:48 -0600
committerMartin Ortega2023-11-18 00:31:48 -0600
commit3aa209b7f195419b704c754f33c9973669854d1c (patch)
treed5ae6ec629aed0e3f49f60c722660a1927100fce
parent040e495ae1a15e8d2d086866c4bf9dce4444f240 (diff)
downloadaur-3aa209b7f195419b704c754f33c9973669854d1c.tar.gz
wazuh-indexer.service finally starting
-rw-r--r--wazuh-indexer.install1
1 files changed, 1 insertions, 0 deletions
diff --git a/wazuh-indexer.install b/wazuh-indexer.install
index 17f9391824bf..89244f302830 100644
--- a/wazuh-indexer.install
+++ b/wazuh-indexer.install
@@ -6,6 +6,7 @@ post_install()
chown -R wazuh-indexer:wazuh-indexer /usr/share/wazuh-indexer
chown -R wazuh-indexer:wazuh-indexer /etc/wazuh-indexer
chown -R wazuh-indexer:wazuh-indexer /var/log/wazuh-indexer
+ chown -R wazuh-indexer:wazuh-indexer /var/lib/wazuh-indexer
echo "Done!"
echo "Visit https://documentation.wazuh.com/current/installation-guide/wazuh-indexer/step-by-step.html and follow the configure instructions and Cluster initialization instructions"
}