From 4fd38e6a1d77a249260f3c05d52129bcbf360fd1 Mon Sep 17 00:00:00 2001 From: Fede Tux Date: Tue, 16 Jul 2024 08:13:02 -0300 Subject: [PATCH] Bumping the systemd service timeout for backwards compatibility reasons --- distribution/packages/src/common/systemd/wazuh-indexer.service | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/distribution/packages/src/common/systemd/wazuh-indexer.service b/distribution/packages/src/common/systemd/wazuh-indexer.service index 093890ac0e79c..d4171152df3ca 100644 --- a/distribution/packages/src/common/systemd/wazuh-indexer.service +++ b/distribution/packages/src/common/systemd/wazuh-indexer.service @@ -59,7 +59,7 @@ SendSIGKILL=no SuccessExitStatus=143 # Allow a slow startup before the systemd notifier module kicks in to extend the timeout -TimeoutStartSec=75 +TimeoutStartSec=180 [Install] WantedBy=multi-user.target