summarylogtreecommitdiffstats
path: root/elasticsearch.service
diff options
context:
space:
mode:
Diffstat (limited to 'elasticsearch.service')
-rw-r--r--elasticsearch.service4
1 files changed, 4 insertions, 0 deletions
diff --git a/elasticsearch.service b/elasticsearch.service
index 41031e322fb2..c97905f3f370 100644
--- a/elasticsearch.service
+++ b/elasticsearch.service
@@ -8,6 +8,10 @@ After=network-online.target
[Service]
Type=notify
+# the elasticsearch process currently sends the notifications back to systemd
+# and for some reason exec does not work (even though it is a child). We should change
+# this notify access back to main (the default), see https://github.com/elastic/elasticsearch/issues/86475
+NotifyAccess=all
RuntimeDirectory=elasticsearch
PrivateTmp=true
Environment=ES_HOME=/usr/share/elasticsearch