bundles/elasticsearch: add override.conf

This commit is contained in:
Franzi 2022-02-25 15:10:47 +01:00
parent 908a6420b3
commit 5f5de3f109
Signed by: kunsi
GPG key ID: 12E3D2136B818350
2 changed files with 11 additions and 0 deletions

View file

@ -0,0 +1,5 @@
[Service]
ExecStart=
# same as in original unit file, but without --quiet
ExecStart=/usr/share/elasticsearch/bin/systemd-entrypoint -p ${PID_DIR}/elasticsearch.pid

View file

@ -5,6 +5,12 @@ files = {
'svc_systemd:elasticsearch:restart',
}
},
'/etc/systemd/system/elasticsearch.service.d/override.conf': {
'triggers': {
'action:systemd-reload',
'svc_systemd:elasticsearch:restart',
},
},
}
svc_systemd = {