File 0002-systemd-service-type-simple.patch of Package elasticsearch
From 1dc3b58ad762c8ec21936d6021f0775ca3249df0 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 2/3] 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 dc10c5ca7f86..85507ff85274 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.26.0