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
+17-10Lines changed: 17 additions & 10 deletions
Original file line number
Diff line number
Diff line change
@@ -206,6 +206,22 @@ if command -v systemd-tmpfiles > /dev/null; then
206
206
systemd-tmpfiles --create %{name}.conf
207
207
fi
208
208
209
+
if [ ! -f %{tmp_dir}/wazuh-indexer.restart ]; then
210
+
# Messages
211
+
echo "###"
212
+
echo "### NOT starting on installation, please execute the following statements to configure wazuh-indexer service to start automatically using systemd"
@@ -215,16 +231,6 @@ if [ -f %{tmp_dir}/wazuh-indexer.restart ]; then
215
231
fi
216
232
fi
217
233
218
-
# Messages
219
-
echo "### NOT starting on installation, please execute the following statements to configure wazuh-indexer service to start automatically using systemd"
0 commit comments