Skip to content

Commit 9a6355c

Browse files
f-gallandJorgesnchz
authored andcommitted
Removing post-install message from wazuh-indexer.rpm.spec (#131)
1 parent 575d166 commit 9a6355c

File tree

1 file changed

+4
-12
lines changed

1 file changed

+4
-12
lines changed

distribution/packages/src/rpm/wazuh-indexer.rpm.spec

+4-12
Original file line numberDiff line numberDiff line change
@@ -132,19 +132,11 @@ if command -v systemd-tmpfiles > /dev/null; then
132132
fi
133133

134134
# Messages
135-
echo "### NOT starting on installation, please execute the following statements to configure opensearch service to start automatically using systemd"
135+
echo "### NOT starting on installation, please execute the following statements to configure wazuh-indexer service to start automatically using systemd"
136136
echo " sudo systemctl daemon-reload"
137-
echo " sudo systemctl enable opensearch.service"
138-
echo "### You can start opensearch service by executing"
139-
echo " sudo systemctl start opensearch.service"
140-
if [ -d %{product_dir}/plugins/opensearch-security ]; then
141-
echo "### Create opensearch demo certificates in %{config_dir}/"
142-
echo " See demo certs creation log in %{log_dir}/install_demo_configuration.log"
143-
fi
144-
echo "### Upcoming breaking change in packaging"
145-
echo " In a future release of OpenSearch, we plan to change the permissions associated with access to installed files"
146-
echo " If you are configuring tools that require read access to the OpenSearch configuration files, we recommend you add the user that runs these tools to the 'opensearch' group"
147-
echo " For more information, see https://github.com/opensearch-project/opensearch-build/pull/4043"
137+
echo " sudo systemctl enable wazuh-indexer.service"
138+
echo "### You can start wazuh-indexer service by executing"
139+
echo " sudo systemctl start wazuh-indexer.service"
148140
exit 0
149141

150142
%preun

0 commit comments

Comments
 (0)