You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: distribution/packages/src/rpm/wazuh-indexer.rpm.spec
+4-12
Original file line number
Diff line number
Diff line change
@@ -132,19 +132,11 @@ if command -v systemd-tmpfiles > /dev/null; then
132
132
fi
133
133
134
134
# 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"
136
136
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"
0 commit comments