File 0004-systemd-service-type-simple.patch of Package elasticsearch

From eb7bba0b62d8692bbc917340bafe3b0f208b1e4d Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Klaus=20K=C3=A4mpf?= <kkaempf@suse.de>
Date: Wed, 9 Oct 2019 18:34:26 +0200
Subject: [PATCH 4/4] systemd service type simple

type 'notify' will lead to a timeout at start
---
 distribution/packages/src/common/systemd/elasticsearch.service | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/distribution/packages/src/common/systemd/elasticsearch.service b/distribution/packages/src/common/systemd/elasticsearch.service
index 3210e37effc1..0cde3fd26210 100644
--- a/distribution/packages/src/common/systemd/elasticsearch.service
+++ b/distribution/packages/src/common/systemd/elasticsearch.service
@@ -5,7 +5,7 @@ Wants=network-online.target
 After=network-online.target
 
 [Service]
-Type=notify
+Type=simple
 RuntimeDirectory=elasticsearch
 PrivateTmp=true
 Environment=ES_HOME=/usr/share/elasticsearch
-- 
2.25.1

openSUSE Build Service is sponsored by