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 647382cf66e5..530a275b0186 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