summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMartin Ortega2023-11-19 20:43:53 -0600
committerMartin Ortega2023-11-19 20:43:53 -0600
commit908b7668aec76d0e068b0feaaf262d1243a13254 (patch)
treee4fedfe308d2e3ef3d5f3d642bded01a957d00a8
parenta0e92dfa38e268b57a569547155ab99676439e44 (diff)
downloadaur-908b7668aec76d0e068b0feaaf262d1243a13254.tar.gz
wazuh-manager.service finally starting
-rw-r--r--wazuh-manager.install~11
1 files changed, 0 insertions, 11 deletions
diff --git a/wazuh-manager.install~ b/wazuh-manager.install~
deleted file mode 100644
index 656e56cfe891..000000000000
--- a/wazuh-manager.install~
+++ /dev/null
@@ -1,11 +0,0 @@
-post_install()
-{
- echo "creating wazuh user and group"
- groupadd -f wazuh
- usuario="wazuh" && id "$usuario" &>/dev/null || useradd -g wazuh -d /var/ossec -s /usr/bin/nologin wazuh
- chown -R wazuh:wazuh /var/ossec
- echo "generating cert files for wazuh-authd to run properly"
- ./wazuh-authd -C 265 -B 2048 -K /var/ossec/etc/sslmanager.key -X /var/ossec/etc/sslmanager.cert -S "/C=US/ST=California/CN=wazuh/"
- echo "Done!"
- echo "Visit https://documentation.wazuh.com/current/installation-guide/wazuh-dashboard/step-by-step.html and follow the configure instructions"
-}