summarylogtreecommitdiffstats
path: root/elasticsearch.service
diff options
context:
space:
mode:
authorDave Wheeler2022-07-30 13:07:12 -0600
committerDave Wheeler2022-07-30 13:07:12 -0600
commit55ccf49127db12ca515160cc5180b1d4526c43ad (patch)
tree5b18075d19d06476595a1c1fd03c0e7594a08472 /elasticsearch.service
parent6324c485ef376769e59b8e1b33cadcbc82374e2e (diff)
downloadaur-elasticsearch-xpack.tar.gz
upgpkg: elasticsearch-xpack 8.3.3-1
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